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

NameTypeAccessDescription
axis_id``ReadGets the axis id.
axis_type``ReadGets the axis type.
orientation``ReadGets the orientation.
position``ReadGets the position.
deleted``ReadGets the deleted.
crosses``ReadGets the crosses.
cross_ax``ReadGets the cross ax.
num_fmt``ReadGets the num fmt.
source_linked``ReadGets the source linked.
tick_lbl_pos``ReadGets the tick lbl pos.
major_tick_mark``ReadGets the major tick mark.
minor_tick_mark``ReadGets the minor tick mark.
min_val``ReadGets the min val.
max_val``ReadGets the max val.
auto``ReadGets the auto.
lbl_algn``ReadGets the lbl algn.
lbl_offset``ReadGets the lbl offset.
cross_between``ReadGets the cross between.

Methods

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

See Also