Returns a value indicating whether a series is an overlay, that is, whether it is shown on top of another graph type. You must call GetSeriesStyleOverlay first to retrieve the overlay information. (See GetSeriesStyle for information about this method.)
DataWindow Web ActiveX DataWindow control
boolean dwcontrol.GetSeriesStyleOverlayValue ( )
Argument |
Description |
---|---|
dwcontrol |
A reference to a DataWindow control containing the graph |
Returns true if the series is an overlay and false if it is not.
To find out whether a series is an overlay, call GetSeriesStyleOverlay to retrieve the information, then immediately afterward, call GetSeriesStyleOverlayValue and examine the return value.