XlsChart HasChartArea Property |
Namespace: Spire.Xls.Core.Spreadsheet.Charts
public bool HasChartArea { get; set; }
Public Property HasChartArea As Boolean Get Set
public: property bool HasChartArea { bool get (); void set (bool value); }
member HasChartArea : bool with get, set