ChartAxis
Overview
ChartAxis is a class in Aspose.Cells FOSS for Python.
Represents a chart axis (category, value, or series).
This class provides 2 methods for working with ChartAxis objects in Python programs.
Available methods include: __init__, copy.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: auto, axis_id, axis_type, cross_ax, cross_between, crosses, and 12 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
axis_id | `` | Read | Gets the axis id. |
axis_type | `` | Read | Gets the axis type. |
orientation | `` | Read | Gets the orientation. |
position | `` | Read | Gets the position. |
deleted | `` | Read | Gets the deleted. |
crosses | `` | Read | Gets the crosses. |
cross_ax | `` | Read | Gets the cross ax. |
num_fmt | `` | Read | Gets the num fmt. |
source_linked | `` | Read | Gets the source linked. |
tick_lbl_pos | `` | Read | Gets the tick lbl pos. |
major_tick_mark | `` | Read | Gets the major tick mark. |
minor_tick_mark | `` | Read | Gets the minor tick mark. |
min_val | `` | Read | Gets the min val. |
max_val | `` | Read | Gets the max val. |
auto | `` | Read | Gets the auto. |
lbl_algn | `` | Read | Gets the lbl algn. |
lbl_offset | `` | Read | Gets the lbl offset. |
cross_between | `` | Read | Gets the cross between. |
Methods
| Signature | Description |
|---|---|
__init__() | |
copy() | Creates a shallow copy of the ChartAxis instance |