Description
Returns the color value associated with a data point in a graph in a DataWindow object. You must call GetDataStyleColor first to retrieve the color information. (See GetDataStyle for information about this method.)
Obsolete method
GetDataStyleColorValue 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.GetDataStyleColorValue ( )
Return value
Returns an RGB color value.
Usage
To find out the color associated with a data point, call GetDataStyleColor to retrieve the information, then immediately afterward, call GetDataStyleColorValue and examine the return value.
The color for a data point overrides the color setting for the series.
See also