|
|
|
|
|
Thickness (Property) In french: Epaisseur
The Thickness property is used to: - Find out and modify the line thickness for a series (Line charts only).
Note: This property is equivalent to the grLineThickness function. Find out and modify the thickness of the line for a Wire control.
CHART_MyChart[2].Thickness = 5
Syntax
Finding out the thickness of a series or Wire control Hide the details
<Result> = <Element>.Thickness
<Result>: Integer Thickness of the element. <Element>: Character string - Series to use. Use the following notation: <Chart name>[<Series number>].
Name of the Wire control to be used.
Modifying the thickness of a series or Wire control Hide the details
<Element>.Thickness = <New thickness>
<Element>: Character string - Series to use. Use the following notation: <Chart name>[<Series number>].
Name of the Wire control to be used.
<New thickness>: Character string - Thickness of the specified series. This parameter can correspond to a value greater than 0. The line thickness is set to 1 by default.
Thickness of the Wire control. This parameter can correspond to a value greater than 0. The line thickness is set to 2 by default.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|