GetDataStyleLineStyle
method (Graphs in DataWindows)
Description
Returns the line style associated with a data point in a graph in a
DataWindow object. You must call GetDataStyleLine first to retrieve the
line style information. (See GetDataStyle for information about
this method.)
Obsolete method
GetDataStyleLineStyle is obsolete and should not be used, because
the DataWindow Web Control for ActiveX technology is obsolete.
Applies to
DataWindow Web ActiveX
DataWindow control
Syntax
Web ActiveX
|
1 |
number dwcontrol.GetDataStyleLineStyle ( ) |
|
Argument |
Description |
|---|---|
|
dwcontrol |
A reference to a DataWindow control containing the |
Return value
Returns an integer representing the line style.
For a list of values and their meanings, see LineStyle.
Usage
To find out the line width or line style associated with a data
point, call GetDataStyleLine to retrieve the information, then immediately
afterward, call GetDataStyleLineWidth and GetDataStyleLineStyle and
examine the return values.
The line style for a data point overrides the setting for the
series.
See also