IChartDataPoint
Contents
[
Hide
]IChartDataPoint class
Represents series data point.
The IChartDataPoint type exposes the following members:
Properties
Name | Description |
---|---|
x_value | Returns the x value of chart data point. Read-only IStringOrDoubleChartValue. |
y_value | Returns the y value of chart data point. Read-only IDoubleChartValue. |
bubble_size | Returns the bubble size of chart data point. Read-only IDoubleChartValue. |
value | Returns the value of chart data point. 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 | Represents the lable of chart data point. 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 |
format | Represents the formatting properties. Read/write IFormat. |
marker | Specifies a data marker. Read-only IMarker. |
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. |
set_as_total | Sets data point as total. Applied for Waterfall series type only. |
invert_if_negative | Specifies the data point shall invert its colors if the value is negative. Read/write bool. |
data_point_levels | Returns container of data point levels. Applied for Treeamp and Sunburst series. Data point levels indexing is zero-based. |
index | Determines which of the parent’s children collection this data point applies to. Read int. |
as_i_actual_layout | Returns IActualLayout interface. |
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 |
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 |
actual_width | Specifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read |
actual_height | Specifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values. Read |
Methods
Name | 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 propery and chart style. This color is used by default if FillType equals NotDefined. |
See Also
- namespace aspose.slides.charts
- assembly Aspose.Slides