ChartAxis

Overview

ChartAxis is a class in Aspose.Cells FOSS for Python.

Represents a chart axis (category, value, or series).

Properties

NameTypeAccessDescription
axis_id``ReadGets or sets the unique identifier of the axis
axis_type``ReadGets or sets the type of the axis (e.g., value, category)
orientation``ReadGets or sets the axis orientation (horizontal or vertical)
position``ReadGets or sets the axis position relative to the chart area
deleted``ReadIndicates whether the axis is removed from the chart
crosses``ReadSpecifies where the axis crosses the perpendicular axis
cross_ax``ReadGets or sets the index of the axis that this axis crosses
num_fmt``ReadGets or sets the number format string applied to axis labels
source_linked``ReadIndicates if the axis is linked to source data
tick_lbl_pos``ReadGets or sets the position of tick labels on the axis
major_tick_mark``ReadGets or sets the style of major tick marks
minor_tick_mark``ReadGets or sets the style of minor tick marks
min_val``ReadGets or sets the minimum value displayed on the axis
max_val``ReadGets or sets the maximum value displayed on the axis
auto``ReadIndicates whether the axis scaling is automatic
lbl_algn``ReadGets or sets the alignment of axis labels
lbl_offset``ReadGets or sets the offset distance of axis labels from the axis line
cross_between``ReadDetermines whether the axis crosses between categories or on a category

Methods

SignatureDescription
__init__()
copy()Creates a shallow copy of the ChartAxis instance

See Also