ChartDataPoint class
Contents
[
Hide
]ChartDataPoint class
Represents series data point.
The ChartDataPoint type exposes the following members:
Properties
Property | Description |
---|---|
x_value | XValue. Read-only IStringOrDoubleChartValue . |
y_value | YValue. Read-only IDoubleChartValue . |
bubble_size | BubbleSize. Read-only IDoubleChartValue . |
value | Value. Read-only IDoubleChartValue . |
size_value | Returns the size value of chart data point. Used with Treemap and Sunburst charts. Read-only IDoubleChartValue . |
color_value | Returns the color value of chart data point. Used with Map charts. Read-only IDoubleChartValue . |
error_bars_custom_values | Represents series error bars values in case of Custom value type. Read-only IErrorBarsCustomValues . |
label | Label. Read-only IDataLabel . |
is_bubble_3d | Specifies that the bubbles have a 3-D effect applied to them. Read/write bool. |
explosion | Specifies the amount the data point shall be moved from the center of the pie. Read/write int. |
format | Represents the formatting properties. Read/write IFormat . |
marker | Specifies a data marker. Read-only IMarker . |
set_as_total | Sets data point as total. Applied for Waterfall series type only. |
related_legend_entry | 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 . |
data_point_levels | Returns container of data point levels. Applied for Treeamp and Sunburst series. Data point levels indexing is zero-based. |
index | |
invert_if_negative | Specifies the data point shall invert its colors if the value is negative. Read/write bool. |
actual_x | 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 float. |
actual_y | 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 float. |
actual_width | Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float. |
actual_height | Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read float. |
Methods
Method | Description |
---|---|
remove | Removes DataPoint from chart series. |
get_automatic_data_point_color | Returns an automatic color of data point based on series index, data point index, ParentSeriesGroup.IsColorVaried property and chart style. This color is used by default if FillType equals NotDefined. |
See Also
- module
aspose.slides.charts
- library
Aspose.Slides