XlsChartShape
HasPlotArea Property
|
Indicates whether chart has plot area.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasPlotArea { get; set; }
Public Property HasPlotArea As Boolean
Get
Set
public:
virtual property bool HasPlotArea {
bool get () sealed;
void set (bool value) sealed;
}
abstract HasPlotArea : bool with get, set
override HasPlotArea : bool with get, set
Property Value
Type:
Boolean
Implements
IChart
HasPlotArea
See Also