XlsChartDataLabels module

class XlsChartDataLabels.XlsChartDataLabels

Bases: XlsObject, IChartDataLabels, IChartTextArea, IFont, IOptimizedUpdate

property BackgroundMode: ChartBackgroundMode
<summary>

Display mode of the background.

</summary>

BeginUpdate()
property Color: Color
<summary>

Gets or sets color.

</summary>

property Delimiter: str
EndUpdate()
property Font: XlsFont
property FontName: str
<summary>

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

</summary>

property Format: XlsChartSerieDataFormat
property FrameFormat: IChartFrameFormat
GenerateNativeFont() Font
property HasBubbleSize: bool
property HasCategoryName: bool
property HasFormula: bool
<summary>

Gets or sets a value indicating whether this instance has formula.

</summary>

property HasLegendKey: bool
property HasManualLayout: bool
<summary>

Indicates whether border formatting object was created. Read-only.

</summary>

property HasPercentage: bool
property HasSeriesName: bool
property HasValue: bool
property HasWedgeCallout: bool
property Height: int
<summary>

Y-size. 1/4000 of chart plot. IsHMode Shall set to True

</summary>

property Index: int
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 IsHMode: bool
<summary>
false value Specifies that the Height shall be interpreted

as the Bottom of the chart element..

</summary>

property IsItalic: bool
<summary>

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

</summary>

property IsResizeShapeToFitText: bool
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 IsTextWrapped: bool
property IsWMode: bool
<summary>
false value Specifies that the Width shall be interpreted

as the Right of the chart element..

</summary>

property IsXMode: bool
<summary>
true value Specifies that the X shall be interpreted

as the Left of the chart element..

</summary>

property IsYMode: bool
<summary>
true value Specifies that the Y shall be interpreted

as the Top of the chart element..

</summary>

property KnownColor: ExcelColors
<summary>

Returns or sets the primary color of the object.

</summary>

property NumberFormat: str
property Position: DataLabelPositionType
SetThemeColor(type: ThemeColorType, tint: float)
property ShowLeaderLines: bool
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 TextArea: XlsChartDataLabelArea
<summary>

Text of area.

</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 ValueFromCell: CellRange
<summary>

Set Range for value. above Excel 2013

</summary>

property VerticalAlignment: FontVertialAlignmentType
<summary>

Returns or sets font vertical alignment.

</summary>

property Width: int
<summary>

X-size. 1/4000 of chart plot. IsWMode Shall set to True

</summary>

property X: int
<summary>
X-position of upper-left corner. 1/4000 of chart plot.

IsXMode Shall set to True

</summary>

property Y: int
<summary>
Y-position of upper-left corner. 1/4000 of chart plot.

IsYMode Shall set to True

</summary>