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

Obsolete method

GetSeriesStyleOverlayValue 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

boolean dwcontrol.GetSeriesStyleOverlayValue ( )

Argument

Description

dwcontrol

A reference to a DataWindow control containing the graph


Return value

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

GetSeriesStyle