XlsChartFrameFormat
IsAutoSize Property
|
Calculates size automatically.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsAutoSize { get; set; }
Public Property IsAutoSize As Boolean
Get
Set
public:
property bool IsAutoSize {
bool get ();
void set (bool value);
}
member IsAutoSize : bool with get, set
Property Value
Type:
Boolean
See Also