Table of Contents

ExcelChart.PlotArea Property

Returns or sets the plot area definition for the chart. Note: Setting the plot area only works in xlsx files.

Syntax

Namespace: FlexCel.Core

public abstract TChartPlotArea PlotArea { get; set; }

See also