IChartDataPoint Interface

Represents series data point.

Namespace:  Aspose.Slides.Charts
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IChartDataPoint : IActualLayout

The IChartDataPoint type exposes the following members.

Properties
  NameDescription
Public propertyActualHeight
Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read Single.
(Inherited from IActualLayout.)
Public propertyActualWidth
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read Single.
(Inherited from IActualLayout.)
Public propertyActualX
Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read Single.
(Inherited from IActualLayout.)
Public propertyActualY
Specifies actual top of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read Single.
(Inherited from IActualLayout.)
Public propertyAsIActualLayout
Returns IActualLayout interface.
Public propertyBubbleSize
Returns the bubble size of chart data point. Read-only IDoubleChartValue.
Public propertyDataPointLevels
Returns container of data point levels. Applied for Treeamp and Sunburst series. Data point levels indexing is zero-based.
Public propertyErrorBarsCustomValues
Represents series error bars values in case of Custom value type. Read-only IErrorBarsCustomValues.
Public propertyExplosion
Specifies the amount the data point shall be moved from the center of the pie. Read/write Int32.
Public propertyFormat
Represents the formatting properties. Read/write IFormat.
Public propertyInvertIfNegative
Specifies the data point shall invert its colors if the value is negative. Read/write Boolean.
Public propertyIsBubble3D
Specifies that the bubbles have a 3-D effect applied to them. Read/write Boolean.
Public propertyLabel
Represents the lable of chart data point. Read-only IDataLabel.
Public propertyMarker
Specifies a data marker. Read-only IMarker.
Public propertyRelatedLegendEntry
Properties of corresponding legend entry in case of chart type from this list: ChartType.BarOfPie, ChartType.ExplodedPie, ChartType.ExplodedPie3D, ChartType.Pie, ChartType.Pie3D, ChartType.PieOfPie. Read-only ILegendEntryProperties.
Public propertySetAsTotal
Sets data point as total. Applied for Waterfall series type only.
Public propertySizeValue
Returns the size value of chart data point. Used with Treemap and Sunburst charts. Read-only IDoubleChartValue.
Public propertyValue
Returns the value of chart data point. Read-only IDoubleChartValue.
Public propertyXValue
Returns the x value of chart data point. Read-only IStringOrDoubleChartValue.
Public propertyYValue
Returns the y value of chart data point. Read-only IDoubleChartValue.
Methods
  NameDescription
Public methodGetAutomaticDataPointColor
Returns an automatic color of data point based on series index, data point index, ParentSeriesGroup.IsColorVaried propery and chart style. This color is used by default if FillType equals NotDefined.
Public methodRemove
Removes DataPoint from chart series.
See Also