Search
Series Members
Methods
 


Represents a data series in a Chart object.

The following tables list the members exposed by the Series type.

 Public Methods

  Name Description

getFill

Gets a brush that is used to fill the chart elements representing the series, or null, to automatically assign a brush.

getLabels

Gets the labels of the series. The first available labels are used for the category names for all series in the chart.

getLineColor

Gets the outline color of the chart elements representing the series, or null, to hide the outlines.

getLineSize

Gets the outline thickness of the chart elements representing the series, or null, to use the default thickness.

getLineStyle

Gets the outline style of the chart elements representing the series, or null, to draw solid lines.

getName

Gets the name of the series.

getValues

Gets the values of the series.

setFill

Sets a brush that is used to fill the chart elements representing the series, or null, to automatically assign a brush.

setLabels

Sets the labels of the series. The first available labels are used for the category names for all series in the chart.

setLineColor

Sets the outline color of the chart elements representing the series, or null, to hide the outlines.

setLineSize

Gets the outline thickness of the chart elements representing the series, or null, to use the default thickness.

setLineStyle

Sets the outline style of the chart elements representing the series, or null, to draw solid lines.

setName

Sets the name of the series.

setValues

Sets the values of the series.

 See Also