XlsChartAxis module
- class XlsChartAxis.XlsChartAxis
Bases:
XlsObject,IChartAxis- property Alignment: AxisTextDirectionType
- <summary>
Represents alignment for the tick label.
</summary>
- property AutoTickLabelSpacing: bool
- property AutoTickMarkSpacing: bool
- property AxisId: int
- <summary>
Gets axis id.
</summary>
- property AxisType: AxisType
- <summary>
Type of the axis.
</summary>
- property Border: ChartBorder
- property Chart3DOptions: IFormat3D
- property Chart3DProperties: IFormat3D
- property Deleted: bool
- property Font: IFont
- property FrameFormat: IChartFrameFormat
- <summary>
Return frame format of Axis. Read-only.
</summary>
- property Has3dProperties: bool
- property HasAxisTitle: bool
- <summary>
Indicates wheather the axis has title
</summary>
- property HasMajorGridLines: bool
- <summary>
True if the axis has major gridlines. Only axes in the primary axis group can have gridlines.
</summary>
- property HasMinorGridLines: bool
- <summary>
True if the axis has minor gridlines. Only axes in the primary axis group can have gridlines.
</summary>
- property IsAutoTextRotation: bool
- property IsPrimary: bool
- <summary>
True if this is primary axis.
</summary>
- property IsReversed: bool
- <summary>
True if plots data points from last to first.
</summary>
- property IsSourceLinked: bool
- property MajorGridLines: IChartGridLine
- property MajorTickMark: TickMarkType
- property MinorGridLines: IChartGridLine
- property MinorTickMark: TickMarkType
- property MultiLevelLable: bool
- <summary>
Axis is show Multi-level category lables.
</summary>
- property NumberFormat: str
- <summary>
Gets or sets number format string.
</summary>
- property NumberFormatIndex: int
- <summary>
Gets or sets format index.
</summary>
- property ParagraphType: ChartParagraphType
- property Shadow: ChartShadow
- <summary>
Represents the Shadow.Read-only
</summary>
- property ShadowProperties: IShadow
- property TextDirection: TextVerticalValue
- <summary>
axis’s text direction
</summary>
- property TextRotationAngle: int
- property TickLabelPosition: TickLabelPositionType
- <summary>
Represents tick label position.
</summary>
- property Title: str
- <summary>
Title of the axis.
</summary>
- property TitleArea: IChartTextArea
- <summary>
Returns text area for the axis title. Read-only.
</summary>
- property Visible: bool
- <summary>
Indicates is axis is visible.
</summary>