Table of Contents

TChartAxis.CategoryAxis Property

Returns information about the Category Axis (X-Axis on a non rotated chart). Note that this might be a TValueAxis axis for scatter charts, or a TCategoryAxis for line or bar charts.

Syntax

Namespace: FlexCel.Core

public TBaseAxis CategoryAxis { get; }

See also