ChartSheet
PlotArea Property
|
Returns a PlotArea object that represents the plot area of a chart.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartPlotArea PlotArea { get; }
Public ReadOnly Property PlotArea As ChartPlotArea
Get
public:
property ChartPlotArea^ PlotArea {
ChartPlotArea^ get ();
}
member PlotArea : ChartPlotArea with get
Property Value
Type:
ChartPlotArea
See Also