Aspose::Words::Drawing::Charts::ChartDataTable class
Contents
[
Hide
]ChartDataTable class
Allows to specify properties of a chart data table.
class ChartDataTable : public Aspose::Words::Drawing::Charts::Core::IChartItemTextProperties,
public Aspose::Words::Drawing::Charts::Core::IChartFormatSource
Methods
Method | Description |
---|---|
get_Font() | Provides access to font formatting of the data table. |
get_Format() | Provides access to fill of text background and border formatting of the data table. |
get_HasHorizontalBorder() const | Gets a flag indicating whether a horizontal border of the data table is displayed. The default value is true. |
get_HasLegendKeys() const | Gets a flag indicating whether legend keys are displayed in the data table. The default value is true. |
get_HasOutlineBorder() const | Gets a flag indicating whether an outline border, that is, a border around series and category names, is displayed. The default value is true. |
get_HasVerticalBorder() const | Gets a flag indicating whether a vertical border of the data table is displayed. The default value is true. |
get_Show() const | Gets a flag indicating whether the data table will be shown for the chart. Default value is false. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
set_HasHorizontalBorder(bool) | Sets a flag indicating whether a horizontal border of the data table is displayed. The default value is true. |
set_HasLegendKeys(bool) | Sets a flag indicating whether legend keys are displayed in the data table. The default value is true. |
set_HasOutlineBorder(bool) | Sets a flag indicating whether an outline border, that is, a border around series and category names, is displayed. The default value is true. |
set_HasVerticalBorder(bool) | Sets a flag indicating whether a vertical border of the data table is displayed. The default value is true. |
set_Show(bool) | Sets a flag indicating whether the data table will be shown for the chart. Default value is false. |
static Type() |
See Also
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++