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
| Name | Type | Access | Description |
|---|---|---|---|
Index | int | Read | Index of the data point this object applies formatting to. |
Explosion | int | Read/Write | Specifies the amount the data point shall be moved from the center of the pie. |
InvertIfNegative | bool | Read/Write | Specifies whether the parent element shall inverts its colors if the value is negative. |
Bubble3D | bool | Read/Write | Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them. |
Format | ChartFormat | Read | Provides access to fill and line formatting of this data point. |
Marker | ChartMarker | Read | Specifies chart data marker. |
Methods
| Signature | Description |
|---|---|
ClearFormat() | Clears format of this data point. |