IChartLegend
AutoPositionX Property
|
X positioning is automatic.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool AutoPositionX { get; set; }
Property AutoPositionX As Boolean
Get
Set
property bool AutoPositionX {
bool get ();
void set (bool value);
}
abstract AutoPositionX : bool with get, set
Property Value
Type:
Boolean
See Also