|
|
|
|
|
- Size of a point
- Points in the "Scatter" charts
<Chart>.ScatterPointSize (Function) In french: <Graphe>.NuageTaillePoint Defines the size of points in a "Scatter" chart. Reminder By default, the size of a point in a Scatter chart is 1 pixel.
GRF_MonGraphe.NuageTaillePoint(3)
Syntax
<Chart control>.ScatterPointSize(<Size>)
<Chart control>: Control name Name of manipulated Chart control (present in window, page or report editor).
<Size>: Integer Size of a point (in pixels). Remarks Size of a point The point displayed is a square whose side size is calculated using the following formula: (<Taille>*2)-1 pixels.
Points in the "Scatter" charts - In the "Scatter" charts, a point is defined by its coordinates (X-coordinate and Y-coordinate).
- The data defined by <Chart>.ScatterPointSize will be taken into account during the next call to <Chart>.Draw.
- <Chart>.ScatterPointSize can only be used for the "Scatter" charts. This function has no effect with the other types of charts.
Related Examples:
|
Training (WINDEV): WD Chart
[ + ] This example presents the different uses of the Chart control. Different types of charts are presented: - Pie - Sunburst - Line - Scatter - Column - Area - etc. The main features presented here are the possibility to customize of charts from the code, as well as to fill the chart from an HFSQL data file, or in the editor.
|
|
Unit examples (WINDEV): The Chart functions
[ + ] Using the main chart designer features of WINDEV: - Create a Pie, Column or Line chart - Define the display area of a chart - Define the chart options (legend, percentage, ...) - Draw a line on a chart
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|