XlsChartValueAxis module

class XlsChartValueAxis.XlsChartValueAxis

Bases: XlsChartAxis, IChartValueAxis

property CrossValue: float
<summary>

Value of category axis crosses.

</summary>

property CrossesAt: float
<summary>

Represents the point on the axis another axis crosses it.

</summary>

property DisplayUnit: ChartDisplayUnitType
<summary>

Returns or sets the unit label for the specified axis.

</summary>

property DisplayUnitCustom: float
<summary>

Represents custom unit to display.

</summary>

property HasDisplayUnitLabel: bool
<summary>

True if the label is displayed on the specified axis.

</summary>

property IsAutoCross: bool
<summary>

Automatic category crossing point selected.

</summary>

property IsAutoMajor: bool
<summary>

Automatic major selected.

</summary>

property IsAutoMax: bool
property IsAutoMin: bool
property IsAutoMinor: bool
<summary>

Automatic minor selected.

</summary>

property IsLogScale: bool
<summary>

Logarithmic scale.

</summary>

property IsMaxCross: bool
property IsReverseOrder: bool
<summary>

Values in reverse order.

</summary>

property LogBase: float
<summary>

Represents the logarithmic base.

</summary>

property MajorUnit: float
property MaxValue: float
property MinValue: float
<summary>

Minimum value on axis.

</summary>

property MinorUnit: float
<summary>

Value of minor increment.

</summary>