XlsChartFrameFormat
IsAutoPosition Property
|
Calculates position 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 IsAutoPosition { get; set; }
Public Property IsAutoPosition As Boolean
Get
Set
public:
property bool IsAutoPosition {
bool get ();
void set (bool value);
}
member IsAutoPosition : bool with get, set
Property Value
Type:
Boolean
See Also