GetSeriesStyleFillPattern method (Graphs in DataWindows)
Description
Returns the fill pattern associated with a series in a graph
in a DataWindow object. You must call GetSeriesStyleFill first
to retrieve the fill information. (See GetSeriesStyle for
information about this method.)
Controls
DataWindow Web ActiveX DataWindow
control
Syntax
[Web ActiveX]
1 |
number <span>dwcontrol</span>.<span>GetSeriesStyleFillPattern</span> ( ) |
Argument |
Description |
---|---|
dwcontrol |
A reference to a DataWindow control containing |
Return Values
Returns an integer representing the fill pattern.
For a list of values and their meanings, see FillPattern.
Usage
To find out the fill pattern associated with a series, call GetSeriesStyleFill to retrieve
the information, then immediately afterward, call GetSeriesStyleFillPattern and
examine the return value.
Since data points in a series can have their own style settings,
the fill pattern for a series might not match the fill pattern for
a specific data point within that series.