|
|
|
|
|
grSeriesLineType (Function) In french: grTypeTraitSérie Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
grSeriesLineType(GRF_MonGraphe, 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 name of the chart defined programmatically 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 (.......). | New in SaaSLineNone | No Line is drawn. Only points in the series are drawn (defined with function grSeriesPointType). | LineSolid | Solid line. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|