Description
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.)
Obsolete method
GetDataStyleSymbolValue 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
number dwcontrol.GetDataStyleSymbolValue ( )
Return value
Returns an integer representing data point's symbol. For a list of values and their meanings, see grSymbolType.
Usage
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.
See also