Search Results for

    Show / Hide Table of Contents

    TAxisRangeOptions Class

    Properties for the ranges of an axis.

    Syntax

    Unit: FlexCel.Core

    TAxisRangeOptions = class(TFlexCelObject);

    Constructors

    Name Description
    Create Overloaded
    Create(Integer, Integer, Boolean, Boolean, Boolean)
    Create(Integer, Integer, Boolean, Boolean, Boolean, Boolean)

    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.
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com