XlsChartDataTable module
- class XlsChartDataTable.XlsChartDataTable
Bases:
XlsObject,IChartDataTable,IFont,IOptimizedUpdate- property BackgroundMode: ChartBackgroundMode
- <summary>
Display mode of the background.
</summary>
- BeginUpdate()
- Clone(parent: SpireObject) XlsChartDataTable
- property Color: Color
- <summary>
Gets or sets color.
</summary>
- EndUpdate()
- property FontName: str
- <summary>
Returns or sets the font name. Read / write string.
</summary>
- GenerateNativeFont() Font
- property HasBorders: bool
- <summary>
Indicate whether data table has borders.
</summary>
- property HasHorzBorder: bool
- <summary>
Indicates whether data table has horizontal border.
</summary>
- property HasVertBorder: bool
- <summary>
Indicates whether data table has vertical border.
</summary>
- property IsAutoColor: bool
- <summary>
Indicates whether color has automatic color. Read-only.
</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>
- SetThemeColor(type: ThemeColorType, tint: float)
- property ShowSeriesKeys: bool
- <summary>
Indicates whehter series keys in the data table.
</summary>
- property Size: float
- <summary>
Returns or sets the size of the font. Read / write Variant.
</summary>
- property StrikethroughType: str
- 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>