Table of Contents

TChartPlotArea.CalculatedPosition Property

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.

Syntax

Namespace: FlexCel.Core

public TChartRelativeRectangle CalculatedPosition { get; set; }

See also