XlsChartDataLabelArea module

class XlsChartDataLabelArea.XlsChartDataLabelArea

Bases: XlsObject, IChartTextArea, IFont, IOptimizedUpdate

property BackgroundMode: ChartBackgroundMode
<summary>

Display mode of the background.

</summary>

BeginUpdate()
property Color: Color
<summary>

Gets or sets color.

</summary>

EndUpdate()
property FontName: str
<summary>

Returns or sets the font name. Read / write string.

</summary>

property FrameFormat: IChartFrameFormat
GenerateNativeFont() Font
property IsAutoColor: bool
<summary>

Indicates whether color has automatic color. Read-only.

</summary>

property IsAutoMode: bool
<summary>

True if background is set to automatic.

</summary>

property IsBold: bool
<summary>

True if the font is bold. Read / write Boolean.

</summary>

property IsItalic: bool
<summary>

True if the font style is italic. Read / write Boolean.

</summary>

property IsStrikethrough: bool
<summary>
True if the font is struck through with a horizontal line.

Read / write Boolean

</summary>

property IsSubscript: bool
<summary>
True if the font is formatted as subscript.

False by default. Read / write Boolean.

</summary>

property IsSuperscript: bool
<summary>
True if the font is formatted as superscript. False by default.

Read/write Boolean

</summary>

property KnownColor: ExcelColors
<summary>

Returns or sets the primary color of the object.

</summary>

SetFont(font: ExcelFont)
SetThemeColor(type: ThemeColorType, tint: float)
property Size: float
<summary>

Returns or sets the size of the font. Read / write Variant.

</summary>

property StrikethroughType: str
property Text: str
<summary>

Gets or sets text.

</summary>

property TextRotationAngle: int
<summary>

Text rotation angle. between -90 and 90.

</summary>

property Underline: FontUnderlineType
<summary>

Returns or sets the type of underline applied to the font.

</summary>

property VerticalAlignment: FontVertialAlignmentType
<summary>

Returns or sets font vertical alignment.

</summary>