Table of Contents

TChartOptions.TChartOptions Constructor

Creates a new TChartOptions instance.

Syntax

Namespace: FlexCel.Core

protected TChartOptions(TChartType aChartType, Boolean aChangeColorsOnEachSeries, Int32 aZOrder, Int32 aAxisNumber, ChartSeriesOptions aSeriesOptions, TDataLabel aDefaultLabel)

Parameters

<-> Parameter Type Description
aChartType TChartType Type of the chart.
aChangeColorsOnEachSeries Boolean If false, all series will be the same color.
aZOrder Int32 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.
aAxisNumber Int32 Axis where this chart group belongs, 0 is primary, 1 is secondary.
aSeriesOptions ChartSeriesOptions Global options that apply to all the series on this group. This instance will be copied.
aDefaultLabel TDataLabel Default label properties for labels on this series group.

See also