ChartCategoryAxis module

class ChartCategoryAxis.ChartCategoryAxis

Bases: XlsChartCategoryAxis

property CategoryLabels: CellRange
<summary>

Category labels for the chart.

</summary>

property Font: ExcelFont
<summary>

Gets font used for axis text displaying.

</summary>

property MajorGridLines: ChartGridLine
<summary>

Returns a ChartGridLine object that represents the major gridlines for the specified axis. Only axes in the primary axis group can have gridlines

</summary>

property MinorGridLines: ChartGridLine
<summary>

Returns a ChartGridLine object that represents the minor gridlines for the specified axis. Only axes in the primary axis group can have gridlines.

</summary>

property TitleArea: ChartTextArea
<summary>

Returns text area for the axis title. Read-only.

</summary>