GetDataStyleSymbolValue

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.)

Applies to

DataWindow Web ActiveX DataWindow control

Syntax

Web ActiveX

number dwcontrol.GetDataStyleSymbolValue ( )

Argument

Description

dwcontrol

A reference to a DataWindow control containing the graph

Returns

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