GetSeriesStyleOverlayValue

Description

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

Applies to

DataWindow Web ActiveX DataWindow control

Syntax

Web ActiveX

boolean dwcontrol.GetSeriesStyleOverlayValue ( )

Argument

Description

dwcontrol

A reference to a DataWindow control containing the graph

Returns

Returns true if the series is an overlay and false if it is not.

Usage

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.

See also