Table of Contents

TCategoryAxis Class

Information about an Axis of categories. (normally the x axis)

Syntax

Namespace: FlexCel.Core

public class TCategoryAxis: TBaseAxis

Constructors

Properties

Name Description
Min Minimum value for the axis, when not set to automatic in AxisOptions.
Max Maximum value for the axis, when not set to automatic in AxisOptions.
MajorValue Value for the major unit, when not set to automatic in AxisOptions.
MajorUnit Units for the major unit, when not set to automatic in AxisOptions.
MinorValue Value for the minor unit, when not set to automatic in AxisOptions.
MinorUnit Units for the minor unit, when not set to automatic in AxisOptions.
BaseUnit Base units for the axis, when not set to automatic in AxisOptions.
CrossValue Value where the other Axis will cross this one, when not set to automatic in AxisOptions.
LabelOffset Distance from the labels to the axis. Defaults to 100.
AxisOptions Enumerates which of the other options contain valid values or are automatic.
RangeOptions Options for the range of this axis.