ChartPlotArea class

ChartPlotArea class

Represents rectangle where chart should be plotted.

The ChartPlotArea type exposes the following members:

Properties

PropertyDescription
formatReturns the format of a plot area.
Read-only IFormat.
xReturns or sets the x coordinate of the upper left corner of plot area bounding box as a fraction of the width of the chart (from 0 to 1).
Read/write float.
yReturns or sets the y coordinate of the upper left corner of plot area bounding box as a fraction of the height of the chart (from 0 to 1).
Read/write float.
widthReturns or sets the width of a plot area bounding box as a fraction of the width of the chart (from 0 to 1).
Read/write float.
heightReturns or sets the height of a plot area bounding box as a fraction of the height of the chart (from 0 to 1).
Read/write float.
rightRight.
Read-only float.
bottomBottom.
Read-only float.
chartChart.
Read-only IChart.
is_location_autocalculatedDefines how location should be calculated: true – calculated automatically; defined by the X, Y, Width, Height properties.
Read-only bool.
layout_target_typeIf layout of the plot area defined manually this property specifies whether
to layout the plot area by its inside (not including axis and axis labels) or outside
(including axis and axis labels).
Read/write ChartPlotArea.layout_target_type.
actual_xSpecifies 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_ySpecifies 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_widthSpecifies actual width of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read float.
actual_heightSpecifies actual height of the chart element. Call method IChart.ValidateChartLayout() before to get actual values.
Read float.
slide
presentation

See Also