ChartTextArea module

class ChartTextArea.ChartTextArea

Bases: XlsObject, IChartDataLabels

property BackgroundMode: ChartBackgroundMode
BeginUpdate()
Clone
property Color: Color
property Delimiter: str
<summary>

Delimeter.

</summary>

EndUpdate()
property Font: FontWrapper
<summary>

Returns FontImpl for current font. Read-only.

</summary>

property FontName: str
property FrameFormat: IChartFrameFormat
GenerateNativeFont() Font
property HasBubbleSize: bool
<summary>

Indicates whether buble size is in data labels.

</summary>

property HasCategoryName: bool
<summary>

Indicates whether category name is in data labels.

</summary>

property HasDataLabels: bool
<summary>

Indicates whether contain dataLabels .

</summary>

property HasLegendKey: bool
<summary>

Indicates whether legend key is in data labels.

</summary>

property HasPercentage: bool
<summary>

Indicates whether percentage is in data labels.

</summary>

property HasSeriesName: bool
<summary>

Indicates whether series name is in data labels.

</summary>

property HasTextRotation: bool
property HasValue: bool
<summary>

Indicates whether value is in data labels.

</summary>

property HorizontalAlignType: HorizontalAlignType
property Index: int
property IsAutoColor: bool
property IsAutoMode: bool
property IsBold: bool
property IsItalic: bool
property IsResizeShapeToFitText: bool
property IsShowLabelPercent: bool
<summary>

Indicates whether to show category label and value as percentage.

</summary>

property IsStrikethrough: bool
property IsSubscript: bool
property IsSuperscript: bool
property IsTextWrapped: bool
property IsTrend: bool
<summary>

Indicates if current text assign to trend object.

</summary>

property KnownColor: ExcelColors
property NumberFormat: str
<summary>

Gets or sets number format for the text area.

</summary>

property NumberFormatIndex: int
<summary>

Gets index to the number format. Read-only.

</summary>

property OColor: OColor
<summary>

Returns textarea’s color object. Read-only.

</summary>

property ParagraphType: ChartParagraphType
property Parent: SpireObject
property ParentWorkbook: XlsWorkbook
property Position: DataLabelPositionType
<summary>

Represents data labels position.

</summary>

SetFont(font: ExcelFont)
SetThemeColor(type: ThemeColorType, tint: float)
property ShowLeaderLines: bool
property Size: float
property StrikethroughType: str
property Text: str
property TextRotationAngle: int
property Underline: FontUnderlineType
property VerticalAlignment: FontVertialAlignmentType
property X: float
property Y: float