ChartCategoryAxis class

Represents an axis on the chart.

Inheritance

Constructors

ChartCategoryAxis(Worksheet worksheet, Chart chart)
Create an instances of ChartCategoryAxis class.

Properties

categoryLabels ← Range?
sets the category labels for the chart.
no getter
chart Chart
Gets the parent chart.
no setter
hasAxisTitle bool
Gets indicates whether chart axis have title or not.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hasMajorGridLines bool
Gets or sets a boolean value indicating if the axis has major grid lines.
getter/setter pairinherited
isAutoMax bool
Gets indicates whether auto max or not.
no setterinherited
isAutoMin bool
no setterinherited
isBetween bool
True to cut unused plot area. otherwise False. Default for area and surface charts.
getter/setter pair
maximumValue double
Represents maximumvalue of Axis.
getter/setter pairinherited
minimumValue double
Represents minimumvalue of Axis.
getter/setter pairinherited
numberFormat String
Represents number format.
getter/setter pairinherited
parentChart Chart
Gets the parent chart.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Gets chart axis title.
getter/setter pairinherited
titleArea ChartTextArea
Gets chart text area object.
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited