|
|
|
|
|
<Chart>.SeriesLineType (Function) In french: <Graphe>.TypeTraitSérie Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
GRF_MonGraphe.TypeTraitSérie(2, LineDotted)
Syntax
<Chart name>.SeriesLineType(<Series number> , <Type>)
<Chart name>: Control name Name of Chart control to be manipulated (present in window or 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 <Chart>.SeriesPointType). | LineSolid | Solid line. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|