Returns the symbol associated with a data point in a graph in a DataWindow object. You must call GetDataStyleSymbol first to retrieve the symbol information. (See GetDataStyle for information about this method.)
DataWindow Web ActiveX DataWindow control
number dwcontrol.GetDataStyleSymbolValue ( )
Argument |
Description |
---|---|
dwcontrol |
A reference to a DataWindow control containing the graph |
Returns an integer representing data point’s symbol. For a list of values and their meanings, see grSymbolType.
To find out the symbol associated with a data point, call GetDataStyleSymbol to retrieve the information, then immediately afterward, call GetDataStyleSymbolValue and examine the return value.
The symbol for a data point overrides the setting for the series.