GetSeriesStyleLineStyle

Description

Returns the line style associated with a series in a graph in a DataWindow object. You must call GetSeriesStyleLine first to retrieve the line style information. (See GetSeriesStyle for information about this method.)

Obsolete method

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

Argument

Description

dwcontrol

A reference to a DataWindow control containing the graph


Return value

Returns an integer representing the line style.

For a list of possible values and their meanings, see LineStyle.

Usage

To find out the line width or line style associated with a series, call GetSeriesStyleLine to retrieve the information, then immediately afterward, call GetSeriesStyleLineWidth and GetSeriesStyleLineStyle and examine the return values.

Since data points in a series can have their own style settings, the line style for a series might not match the line style for a specific data point within that series.

See also

GetSeriesStyle

GetDataStyleLineWidth