Class XlsChartDataTable
- Namespace
- Spire.Xls.Core.Spreadsheet.Charts
- Assembly
- Spire.XLS.dll
public class XlsChartDataTable : XlsObject, IDisposable, IChartDataTable, IFont, IExcelApplication, IOptimizedUpdate
- Inheritance
-
XlsChartDataTable
- Implements
- Derived
- Inherited Members
Properties
BackgroundMode
Display mode of the background.
public ChartBackgroundMode BackgroundMode { get; set; }
Property Value
Color
Gets or sets color.
public Color Color { get; set; }
Property Value
FontName
Returns or sets the font name. Read / write string.
public string FontName { get; set; }
Property Value
HasBorders
Indicate whether data table has borders.
public bool HasBorders { get; set; }
Property Value
HasHorzBorder
Indicates whether data table has horizontal border.
public bool HasHorzBorder { get; set; }
Property Value
HasVertBorder
Indicates whether data table has vertical border.
public bool HasVertBorder { get; set; }
Property Value
IsAutoColor
Indicates whether color has automatic color. Read-only.
public bool IsAutoColor { get; }
Property Value
IsBold
True if the font is bold. Read / write Boolean.
public bool IsBold { get; set; }
Property Value
IsItalic
True if the font style is italic. Read / write Boolean.
public bool IsItalic { get; set; }
Property Value
IsStrikethrough
True if the font is struck through with a horizontal line. Read / write Boolean
public bool IsStrikethrough { get; set; }
Property Value
IsSubscript
True if the font is formatted as subscript. False by default. Read / write Boolean.
public bool IsSubscript { get; set; }
Property Value
IsSuperscript
True if the font is formatted as superscript. False by default. Read/write Boolean
public bool IsSuperscript { get; set; }
Property Value
KnownColor
Returns or sets the primary color of the object.
public ExcelColors KnownColor { get; set; }
Property Value
ShowSeriesKeys
Indicates whehter series keys in the data table.
public bool ShowSeriesKeys { get; set; }
Property Value
Size
Returns or sets the size of the font. Read / write Variant.
public double Size { get; set; }
Property Value
StrikethroughType
public string StrikethroughType { get; set; }
Property Value
Underline
Returns or sets the type of underline applied to the font.
public FontUnderlineType Underline { get; set; }
Property Value
VerticalAlignment
Returns or sets font vertical alignment.
public FontVertialAlignmentType VerticalAlignment { get; set; }
Property Value
Methods
BeginUpdate()
public void BeginUpdate()
Clone(object)
public XlsChartDataTable Clone(object parent)
Parameters
parent
object
Returns
EndUpdate()
public void EndUpdate()
GetThemeColor(out ThemeColorType, out double)
public bool GetThemeColor(out ThemeColorType type, out double tint)
Parameters
type
ThemeColorTypetint
double
Returns
SetThemeColor(ThemeColorType, double)
public void SetThemeColor(ThemeColorType type, double tint)
Parameters
type
ThemeColorTypetint
double