ChartAxis
Overview
ChartAxis is a class in Aspose.Cells FOSS for Python.
Represents a chart axis (category, value, or series).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
axis_id | `` | Read | Gets or sets the unique identifier of the axis |
axis_type | `` | Read | Gets or sets the type of the axis (e.g., value, category) |
orientation | `` | Read | Gets or sets the axis orientation (horizontal or vertical) |
position | `` | Read | Gets or sets the axis position relative to the chart area |
deleted | `` | Read | Indicates whether the axis is removed from the chart |
crosses | `` | Read | Specifies where the axis crosses the perpendicular axis |
cross_ax | `` | Read | Gets or sets the index of the axis that this axis crosses |
num_fmt | `` | Read | Gets or sets the number format string applied to axis labels |
source_linked | `` | Read | Indicates if the axis is linked to source data |
tick_lbl_pos | `` | Read | Gets or sets the position of tick labels on the axis |
major_tick_mark | `` | Read | Gets or sets the style of major tick marks |
minor_tick_mark | `` | Read | Gets or sets the style of minor tick marks |
min_val | `` | Read | Gets or sets the minimum value displayed on the axis |
max_val | `` | Read | Gets or sets the maximum value displayed on the axis |
auto | `` | Read | Indicates whether the axis scaling is automatic |
lbl_algn | `` | Read | Gets or sets the alignment of axis labels |
lbl_offset | `` | Read | Gets or sets the offset distance of axis labels from the axis line |
cross_between | `` | Read | Determines whether the axis crosses between categories or on a category |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | Creates a shallow copy of the ChartAxis instance |