|
|
|
|
|
grSeriesPointType (Function) In french: grTypePointSérie Modifies the type of point for a series found in a Line, Area, Scatter and Radar chart. // Transforms all the points found in series 1 into circle grSeriesLineType(CHART_MyChart, 1, grPointCircle) Syntax
grSeriesPointType(<Chart name> , <Series number> , <Type>)
<Chart name>: Control name or character string Name of the chart to be used. This name corresponds to:- the chart name defined through programming with grCreate.
- the name of Chart control (found in the window editor or in the report editor).
<Series number>: Integer Number of the series where the type of point will be modified. <Type>: Integer constant New type of point for the category: | | grNotDrawn | The points are not drawn. | grPointCircle | Point shaped like a circle. | grPointCross | Point shaped like a cross. | grPointDiamond | Point shaped like a diamond. | grPointSquare | Point shaped like a square. | grPointTriangle | Point shaped like a triangle. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|