ChartDataPoint
ChartDataPoint class
Represents series data point.
getActualHeight
Name | Description |
---|
getActualHeight () | Specifies actual height of the chart element. Call function IChart.ValidateChartLayout() before to get actual values. Read float. |
Returns:
float
getActualWidth
Name | Description |
---|
getActualWidth () | Specifies actual width of the chart element. Call function IChart.ValidateChartLayout() before to get actual values. Read float. |
Returns:
float
getActualX
Name | Description |
---|
getActualX () | Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call function IChart.ValidateChartLayout() before to get actual values. Read float. |
Returns:
float
getActualY
Name | Description |
---|
getActualY () | Specifies actual top of the chart element relative to the left top corner of the chart. Call function IChart.ValidateChartLayout() before to get actual values. Read float. |
Returns:
float
getAutomaticDataPointColor
Name | Description |
---|
getAutomaticDataPointColor () | 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. |
Returns:
Color
getBubbleSize
Name | Description |
---|
getBubbleSize () | BubbleSize. Read-only IDoubleChartValue. |
Returns:
DoubleChartValue
getColorValue
Name | Description |
---|
getColorValue () | Returns the color value of chart data point. Used with Map charts. Read-only IDoubleChartValue. |
Returns:
DoubleChartValue
getDataPointLevels
Name | Description |
---|
getDataPointLevels () | Returns container of data point levels. Applied for Treeamp and Sunburst series. Data point levels indexing is zero-based. |
Returns:
ChartDataPointLevelsManager
getErrorBarsCustomValues
Name | Description |
---|
getErrorBarsCustomValues () | Represents series error bars values in case of Custom value type. Read-only IErrorBarsCustomValues. |
Returns:
ErrorBarsCustomValues
getExplosion
Name | Description |
---|
getExplosion () | Specifies the amount the data point shall be moved from the center of the pie. Read/write int. |
Returns:
int
Name | Description |
---|
getFormat () | Represents the formatting properties. Read/write IFormat. |
Returns:
Format
getIndex
Name | Description |
---|
getIndex () | Determines which of the parent’s children collection this data point applies to. Read long. |
Returns:
long
getInvertIfNegative
Name | Description |
---|
getInvertIfNegative () | Specifies the data point shall invert its colors if the value is negative. Read/write boolean. |
Returns:
boolean
getLabel
Name | Description |
---|
getLabel () | Label. Read-only IDataLabel. |
Returns:
DataLabel
getMarker
Name | Description |
---|
getMarker () | Specifies a data marker. Read-only IMarker. |
Returns:
Marker
getRelatedLegendEntry
Name | Description |
---|
getRelatedLegendEntry () | 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. |
Returns:
LegendEntryProperties
getSetAsTotal
Name | Description |
---|
getSetAsTotal () | Sets data point as total. Applied for Waterfall series type only. |
Returns:
boolean
getSizeValue
Name | Description |
---|
getSizeValue () | Returns the size value of chart data point. Used with Treemap and Sunburst charts. Read-only IDoubleChartValue. |
Returns:
DoubleChartValue
getValue
Name | Description |
---|
getValue () | Value. Read-only IDoubleChartValue. |
Returns:
DoubleChartValue
getXValue
Name | Description |
---|
getXValue () | XValue. Read-only IStringOrDoubleChartValue. |
Returns:
StringOrDoubleChartValue
getYValue
Name | Description |
---|
getYValue () | YValue. Read-only IDoubleChartValue. |
Returns:
DoubleChartValue
isBubble3D
Name | Description |
---|
isBubble3D () | Specifies that the bubbles have a 3-D effect applied to them. Read/write boolean. |
Returns:
boolean
remove
Name | Description |
---|
remove () | Removes DataPoint from chart series. |
Error
Error | Condition |
---|
PptxEditException | Thrown if data point is already removed from chart series. |
setBubble3D
Name | Description |
---|
setBubble3D (boolean) | Specifies that the bubbles have a 3-D effect applied to them. Read/write boolean. |
setExplosion
Name | Description |
---|
setExplosion (int) | Specifies the amount the data point shall be moved from the center of the pie. Read/write int. |
Name | Description |
---|
setFormat (Format) | Represents the formatting properties. Read/write IFormat. |
setInvertIfNegative
Name | Description |
---|
setInvertIfNegative (boolean) | Specifies the data point shall invert its colors if the value is negative. Read/write boolean. |
setSetAsTotal
Name | Description |
---|
setSetAsTotal (boolean) | Sets data point as total. Applied for Waterfall series type only. |