ChartAxis.crosses property. Specifies how this axis crosses the perpendicular axis....not have a Z-axis. self . assertIsNone ( chart . axis_z ) doc ....
ChartAxis.reverse_order property. Returns or sets a flag indicating whether values of axis should be displayed in reverse order, i.e...not have a Z-axis. self . assertIsNone ( chart . axis_z ) doc ....
ChartAxis.major_unit property. Returns or sets the distance between major tick marks....not have a Z-axis. self . assertIsNone ( chart . axis_z ) doc ....
AxisTickLabels.offset property. Gets or sets the distance of the tick labels from the axis....// Column charts do not have a Z-axis. expect ( chart . axisZ )...
ChartAxis.format property. Provides access to line formatting of the axis and fill of the tick labels....// Column charts do not have a Z-axis. expect ( chart . axisZ )...
ChartAxis.majorUnit property. Returns or sets the distance between major tick marks....// Column charts do not have a Z-axis. expect ( chart . axisZ )...
Aspose::Words::Drawing::Charts::AxisCrosses enum. Specifies the possible crossing points for an axis in C++....// Column charts do not have a Z-axis. ASSERT_TRUE ( chart -> get_AxisZ...