GetSeriesStyleLineWidth method (Graphs in DataWindows)
Description
Returns
the line width associated with a series in a graph in a DataWindow object.
You must call GetSeriesStyleLine first to retrieve
the line style information. (See GetSeriesStyle for information about
this method.)
Controls
DataWindow Web ActiveX DataWindow
control
Syntax
[Web ActiveX]
|
1 |
number <span>dwcontrol</span>.<span>GetSeriesStyleLineWidth</span> ( ) |
|
Argument |
Description |
|---|---|
|
dwcontrol |
A reference to a DataWindow control containing |
Return Values
Returns the width of the line in pixels.
Usage
To find out the line width or line style associated with a
series, call GetSeriesStyleLine to retrieve the
information, then immediately afterward, call GetSeriesStyleLineWidth and GetSeriesStyleLineStyle and
examine the return values.
Since data points in a series can have their own style settings,
the line width for a series might not match the line width for a
specific data point within that series.