Table of Contents

TChartAxis.TChartAxis Constructor

Creates a new ChartAxis instance.

Syntax

Namespace: FlexCel.Core

public TChartAxis(Int32 aIndex, TBaseAxis aCategoryAxis, TBaseAxis aValueAxis)

Parameters

<-> Parameter Type Description
aIndex Int32 Axis Index. 0 means primary, 1 secondary.
aCategoryAxis TBaseAxis Data of the Category Axis. This might be a CategoryAxis for line or bar charts, or a ValuesAxis for a Scatter Chart.
aValueAxis TBaseAxis Data of the value Axis.

See also