Table of Contents

ChartSeriesOptions Class

Options for the whole series or for a data point inside it.

Syntax

Namespace: FlexCel.Core

public class ChartSeriesOptions: ICloneable

Constructors

Name Description
ChartSeriesOptions 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.

Methods

Name Description
Clone Returns a deep copy of this object.

Properties

Name Description
PointNumber Point number where this options apply. -1 means that the options apply for the whole series.
FillOptions Fill options for the series or point.
LineOptions Line options for the series or point.
PieOptions If the chart type is pie, options for the pie. If it is not a pie chart, this value has no meaning.
MarkerOptions Color and shape of the markers on Line and Scatter charts.
MiscOptions Other options not related to the specific parts.
XlsxMode If true, the chart was created by an xlsx-capable Excel version (2007 or newer) and so has different defaults.
For example, it will have different automatic colors for the series.