IChartDataPoint

IChartDataPoint

Overview

IChartDataPoint is a interface in Aspose.Words FOSS for .NET.

Contains properties of a single data point on the chart.

Properties: Bubble3D, Explosion, InvertIfNegative, Marker.

Properties

NameTypeAccessDescription
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.
MarkerChartMarkerReadSpecifies a data marker.
Bubble3DboolRead/WriteSpecifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.

See Also