IChartDataPoint Interface |
Namespace: Aspose.Slides.Charts
The IChartDataPoint type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActualHeight |
Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read Single.
(Inherited from IActualLayout.) |
![]() | ActualWidth |
Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read Single.
(Inherited from IActualLayout.) |
![]() | ActualX |
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.) |
![]() | ActualY |
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.) |
![]() | AsIActualLayout |
Returns IActualLayout interface.
|
![]() | BubbleSize |
Returns the bubble size of chart data point.
Read-only IDoubleChartValue.
|
![]() | DataPointLevels |
Returns container of data point levels. Applied for Treeamp and Sunburst series.
Data point levels indexing is zero-based.
|
![]() | ErrorBarsCustomValues |
Represents series error bars values in case of Custom value type.
Read-only IErrorBarsCustomValues.
|
![]() | Explosion |
Specifies the amount the data point shall be moved from the center of the pie.
Read/write Int32.
|
![]() | Format |
Represents the formatting properties.
Read/write IFormat.
|
![]() | InvertIfNegative |
Specifies the data point shall invert its colors if the value is negative.
Read/write Boolean.
|
![]() | IsBubble3D |
Specifies that the bubbles have a 3-D effect applied to them.
Read/write Boolean.
|
![]() | Label |
Represents the lable of chart data point.
Read-only IDataLabel.
|
![]() | Marker |
Specifies a data marker.
Read-only IMarker.
|
![]() | RelatedLegendEntry |
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.
|
![]() | SetAsTotal |
Sets data point as total. Applied for Waterfall series type only.
|
![]() | SizeValue |
Returns the size value of chart data point.
Used with Treemap and Sunburst charts.
Read-only IDoubleChartValue.
|
![]() | Value |
Returns the value of chart data point.
Read-only IDoubleChartValue.
|
![]() | XValue |
Returns the x value of chart data point.
Read-only IStringOrDoubleChartValue.
|
![]() | YValue |
Returns the y value of chart data point.
Read-only IDoubleChartValue.
|
Name | Description | |
---|---|---|
![]() | GetAutomaticDataPointColor |
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.
|
![]() | Remove |
Removes DataPoint from chart series.
|