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