ChartDataTable Class

ChartDataTable class

Represents a chart data table.


type ChartDataTable struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetFontGets a object which represents the font setting of the specified chart data table.
GetAutoScaleFontTrue if the text in the object changes font size when the object size changes.The default value is True.
SetAutoScaleFontTrue if the text in the object changes font size when the object size changes.The default value is True.
GetBackgroundModeGets and sets the display mode of the background
SetBackgroundModeGets and sets the display mode of the background
GetHasHorizontalBorderTrue if the chart data table has horizontal cell borders
SetHasHorizontalBorderTrue if the chart data table has horizontal cell borders
GetHasVerticalBorderTrue if the chart data table has vertical cell borders
SetHasVerticalBorderTrue if the chart data table has vertical cell borders
GetHasOutlineBorderTrue if the chart data table has outline borders
SetHasOutlineBorderTrue if the chart data table has outline borders
GetShowLegendKeyTrue if the data label legend key is visible.
SetShowLegendKeyTrue if the data label legend key is visible.
GetBorderReturns a Border object that represents the border of the object