Table of Contents

TAxisRangeOptions Class

Properties for the ranges of an axis.

Syntax

Namespace: FlexCel.Core

public class TAxisRangeOptions: ICloneable

Constructors

Methods

Name Description
Clone Returns a deep copy of the object.

Properties

Name Description
LabelFrequency Frequency at what the labels on categories are displayed. 0 Means automatic. 1 means display all labels, 2 display one label and skip one, and so on.
TickFrequency Frequency at what the ticks on categories are displayed. 1 means display all ticks, 2 display one tick and skip one, and so on.
ValueAxisBetween​Categories Specifies if the Y Axis crosses between categories or in the middle of one. Normally a Column Chart cross in the middle, and an area chart will cross between.
ValueAxisAtMaxCategory True if the Y axis is at the left.
ReverseCategories True if categories should be printed in reverse order.
MultiLevelLabels If false, then category labels won't be rendered as multilevel, even if they have multiple levels of data.