GetDataStyleSymbolValue
method (Graphs in DataWindows)
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
|
1 |
number dwcontrol.GetDataStyleSymbolValue ( ) |
|
Argument |
Description |
|---|---|
|
dwcontrol |
A reference to a DataWindow control containing the |
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