Table of Contents

TChartPlotAreaPosition Structure

Defines the rectangle where a chart element is positioned.

Syntax

Namespace: FlexCel.Core

public struct TChartPlotAreaPosition

Constructors

Name Description
TChartPlotArea​Position Creates a new plot area position.

Properties

Name Description
IsAutomatic If true, then the rectangle is calculated on the fly, and the value of Rectangle has no meaning.
Rectangle Rectangle where the element is. If IsAutomatic is true, this rectangle has no meaning.
Otherwise, the actual value of the coordinates of the rectangle depend on LayoutTarget.
LayoutTarget What the Rectangle means.
RectangleStarts​AtZero In Excel 2003 or older, there is a margin around the plot area where no data can go.
So, a Rectangle left of 0, meant to the start of the plot area + the margin.
After Excel 2007 there is no margin anymore, and so you can place the plotarea at the actual 0 coordinates.
If this property is false, it means the file was last saved by Excel 2003 and Rectangle includes margins.