Aspose::Words::Drawing::Charts::IChartDataPoint interface

IChartDataPoint interface

Contains properties of a single data point on the chart.

class IChartDataPoint : public virtual System::Object

Methods

MethodDescription
virtual get_Bubble3D()Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.
virtual get_Explosion()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.
virtual get_InvertIfNegative()Specifies whether the parent element shall inverts its colors if the value is negative.
virtual get_Marker()Specifies a data marker. Marker is automatically created when requested.
GetType() const override
Is(const System::TypeInfo&) const override
virtual set_Bubble3D(bool)Setter for Aspose::Words::Drawing::Charts::IChartDataPoint::get_Bubble3D.
virtual set_Explosion(int32_t)Setter for Aspose::Words::Drawing::Charts::IChartDataPoint::get_Explosion.
virtual set_InvertIfNegative(bool)Specifies whether the parent element shall inverts its colors if the value is negative.
static Type()

See Also