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.
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.