Table of Contents

ChartSeriesOptions.ChartSeriesOptions Constructor

Creates a new instance of ChartSeriesOptions. Objects will be cloned, so you can change their values later and they will not change the value on this class.

Syntax

Namespace: FlexCel.Core

public ChartSeriesOptions(Int32 aPointNumber, ChartSeriesFillOptions aFillOptions, ChartSeriesLineOptions aLineOptions, ChartSeriesPieOptions aPieOptions, ChartSeriesMarkerOptions aMarkerOptions, ChartSeriesMiscOptions aMiscOptions, Boolean aXlsMode)

Parameters

<-> Parameter Type Description
aPointNumber Int32 Point number where this options apply. -1 means that the options apply for the whole series.
aFillOptions ChartSeriesFill​Options Fill options for the series or point.
aLineOptions ChartSeriesLine​Options Line options for the series or point.
aPieOptions ChartSeriesPie​Options If the chart type is pie, options for the pie. If it is not a pie chart, this value has no meaning.
aMarkerOptions ChartSeriesMarker​Options Color and shape of the markers on Line and Scatter charts.
aMiscOptions ChartSeriesMisc​Options Misc Options.
aXlsMode Boolean If true, this is a xlsx chart, which has different automatic colors, etc.

See also