IChartDataPoint class

IChartDataPoint class

Represents series data point.

The IChartDataPoint type exposes the following members:

Properties

PropertyDescription
x_valueReturns the x value of chart data point.
Read-only IStringOrDoubleChartValue.
y_valueReturns the y value of chart data point.
Read-only IDoubleChartValue.
bubble_sizeReturns the bubble size of chart data point.
Read-only IDoubleChartValue.
valueReturns the value of chart data point.
Read-only IDoubleChartValue.
size_valueReturns the size value of chart data point.
Used with Treemap and Sunburst charts.
Read-only IDoubleChartValue.
color_valueReturns the color value of chart data point.
Used with Map charts.
Read-only IDoubleChartValue.
error_bars_custom_valuesRepresents series error bars values in case of Custom value type.
Read-only IErrorBarsCustomValues.
labelRepresents the lable of chart data point.
Read-only IDataLabel.
is_bubble_3dSpecifies that the bubbles have a 3-D effect applied to them.
Read/write bool.
explosionSpecifies the amount the data point shall be moved from the center of the pie.
Read/write int.
formatRepresents the formatting properties.
Read/write IFormat.
markerSpecifies a data marker.
Read-only IMarker.
related_legend_entryProperties 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_totalSets data point as total. Applied for Waterfall series type only.
invert_if_negativeSpecifies the data point shall invert its colors if the value is negative.
Read/write bool.
data_point_levelsReturns container of data point levels. Applied for Treeamp and Sunburst series.
Data point levels indexing is zero-based.
indexDetermines which of the parent’s children collection this data point applies to.
Read int.
actual_x
actual_y
actual_width
actual_height

Methods

MethodDescription
removeRemoves DataPoint from chart series.
get_automatic_data_point_colorReturns 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