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.)
DataWindow Web ActiveX DataWindow control
number dwcontrol.GetDataStyleColorValue ( )
Argument |
Description |
---|---|
dwcontrol |
A reference to a DataWindow control containing the graph |
Returns an RGB color value.
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.