Table of Contents

TChartPlotArea Class

Line and fill styles for the Plot Area.

Syntax

Namespace: FlexCel.Core

public class TChartPlotArea: ICloneable

Constructors

Name Description
TChartPlotArea Creates a new PlotArea instance.

Methods

Name Description
Clone Returns a deep copy of this object.

Properties

Name Description
ChartFrameOptions Line and fill style for this PlotArea.
Position Position of the plot area in the chart.
LayoutAsExcel2003 When this property is true, this file was saved with Excel 2003 or older, and the layout of the chart is different.
FlexCel uses this property to correctly render charts saved with Excel versions newer or older than Excel 2003.
Note that for xlsx files this property is always false, but for charts in xls files it depends on what version of Excel was used to create the file.
CalculatedPosition Returns the position that was last calculated by Excel, if that was saved in the file.
Note that only xls files save the last calculated position, so in xlsx files this value will be empty.