Returns the symbol 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.)
DataWindow Web ActiveX DataWindow control
number dwcontrol.GetSeriesStyleSymbolValue ( )
Argument |
Description |
---|---|
dwcontrol |
A reference to a DataWindow control containing the graph |
Returns an integer representing a data point’s symbol.
For a list of values and their meanings, see grSymbolType.
To find out the symbol associated with a series, call GetSeriesStyleSymbol to retrieve the information, then immediately afterward, call GetSeriesStyleSymbolValue and examine the return value.
Since data points in a series can have their own style settings, the symbol for a series might not match the symbol for a specific data point within that series.