Aspose::Words::Drawing::Charts::ChartDataPoint class
Contents
[
Hide
]ChartDataPoint class
Allows to specify formatting of a single data point on the chart. To learn more, visit the Working with Charts documentation article.
class ChartDataPoint : public Aspose::Words::Drawing::Charts::IChartDataPoint,
public Aspose::Words::Drawing::Charts::Core::IChartFormatSource
Methods
Method | Description |
---|---|
ClearFormat() | Clears format of this data point. The properties are set to the default values defined in the parent series. |
get_Bubble3D() override | Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them. |
get_Explosion() override | Specifies the amount the data point shall be moved from the center of the pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie charts. |
get_Format() | Provides access to fill and line formatting of this data point. |
get_Index() | Index of the data point this object applies formatting to. |
get_InvertIfNegative() override | Specifies whether the parent element shall inverts its colors if the value is negative. |
get_Marker() override | Specifies chart data marker. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
set_Bubble3D(bool) override | Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them. |
set_Explosion(int32_t) override | Setter for Aspose::Words::Drawing::Charts::ChartDataPoint::get_Explosion. |
set_InvertIfNegative(bool) override | Specifies whether the parent element shall inverts its colors if the value is negative. |
static Type() |
See Also
- Interface IChartDataPoint
- Namespace Aspose::Words::Drawing::Charts
- Library Aspose.Words for C++