GetSeriesStyle
method (Graphs in DataWindows)
Contents
Finds out the appearance of a series in a graph. The appearance
settings for individual data points can override the series settings, so
the values obtained from GetSeriesStyle might not reflect the current
state of the graph. There are several syntaxes, depending on what settings
you want.
GetSeriesStyle provides information about a series. The data points
in the series can have their own style settings. Use SetSeriesStyle to
change the style values for a series. Use GetDataStyle to get style
information for a data point and SetDataStyle to override series settings
and set style information for individual data points.
The graph stores style information for properties that do not apply
to the current graph type. For example, you can find out the fill pattern
for a data point or a series in a two-dimensional line graph, but that
fill pattern will not be visible.