ChartDataPoint

ChartDataPoint

Overview

ChartDataPoint is a class in Aspose.Words FOSS for .NET. Inherits from: IChartDataPoint, IChartFormatSource.

Allows to specify formatting of a single data point on the chart.

This class provides 1 method for working with ChartDataPoint objects in .NET programs. Available methods include: ClearFormat. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Bubble3D, Explosion, Format, Index, InvertIfNegative, Marker.

Properties

NameTypeAccessDescription
IndexintReadIndex of the data point this object applies formatting to.
ExplosionintRead/WriteSpecifies the amount the data point shall be moved from the center of the pie.
InvertIfNegativeboolRead/WriteSpecifies whether the parent element shall inverts its colors if the value is negative.
Bubble3DboolRead/WriteSpecifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.
FormatChartFormatReadProvides access to fill and line formatting of this data point.
MarkerChartMarkerReadSpecifies chart data marker.

Methods

SignatureDescription
ClearFormat()Clears format of this data point.

See Also