|
|
|
|
|
grSeriesLineType (Function) In french: grTypeTraitSérie Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart. // Defines dotted lines for series 2 grSeriesLineType(CHART_MyChart, 2, LineDotted) Syntax
grSeriesLineType(<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 for which the type of line must be defined. <Type>: Integer constant Type of line for the series:
| | LineDash | Line with dashes (---). | LineDotAndDash | Line mixing dots and dashes (.-.-.-). | LineDotted | Dotted line (.......). | LineSolid | Solid line. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|