Table of Contents

TChartOptions Class

Base class for options specific to the type of chart.

Syntax

Namespace: FlexCel.Core

public abstract class TChartOptions: IComparable, IComparable<TChartOptions>

Constructors

Name Description
TChartOptions Creates a new TChartOptions instance.

Methods

Name Description
IsStacked Returns true is the chart is stacked, either normally or 100% stacked.
CompareTo Orders the chart options depending on their z-order.
Equals Returns true if both objects are equal.
GetHashCode Returns a hashcode for the object.

Operators

Name Description
Equality Returns true if both objects are equal.
Note this is for backwards compatibility, this is a class and not immutable, so this method should return true if references are different. But that would break old code.
Inequality Returns true if both objects do not have the same value.
Note this is for backwards compatibility, this is a class and not immutable, so this method should return true if references are different. But that would break old code.
GreaterThan Returns true if o1 is bigger than o2.
LessThan Returns true if o1 is less than o2.

Properties

Name Description
ChartType Chart Type.
ChangeColors​OnEach​Series If false, all series will be the same color.
ZOrder Z-Order of this chart group, with 0 being the bottom. Chart groups with lower z-Order are drawn below the ones with higher ones.
AxisNumber Axis where this chart group belongs, 0 is primary, 1 is secondary. In xlsx files it is not used, since the primary or secondary axis is given by the subchart where the series is.
SeriesOptions Global options for all the series on this chart group.
DefaultLabel Default label properties for this group of charts.