ChartDataTable Class
Contents
[
Hide
]ChartDataTable class
Represents a chart data table.
type ChartDataTable struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetFont | Gets a |
GetAutoScaleFont | True if the text in the object changes font size when the object size changes.The default value is True. |
SetAutoScaleFont | True if the text in the object changes font size when the object size changes.The default value is True. |
GetBackgroundMode | Gets and sets the display mode of the background |
SetBackgroundMode | Gets and sets the display mode of the background |
GetHasHorizontalBorder | True if the chart data table has horizontal cell borders |
SetHasHorizontalBorder | True if the chart data table has horizontal cell borders |
GetHasVerticalBorder | True if the chart data table has vertical cell borders |
SetHasVerticalBorder | True if the chart data table has vertical cell borders |
GetHasOutlineBorder | True if the chart data table has outline borders |
SetHasOutlineBorder | True if the chart data table has outline borders |
GetShowLegendKey | True if the data label legend key is visible. |
SetShowLegendKey | True if the data label legend key is visible. |
GetBorder | Returns a Border object that represents the border of the object |