Aspose::Words::Drawing::Charts::ChartDataTable class

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

MethodDescription
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() constGets a flag indicating whether a horizontal border of the data table is displayed. The default value is true.
get_HasLegendKeys() constGets a flag indicating whether legend keys are displayed in the data table. The default value is true.
get_HasOutlineBorder() constGets 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() constGets a flag indicating whether a vertical border of the data table is displayed. The default value is true.
get_Show() constGets 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