XlsChartValueAxis
IsAutoCross Property
 | 
Automatic category crossing point selected.
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 IsAutoCross { get; }
 
Public ReadOnly Property IsAutoCross As Boolean
	Get
 
public:
virtual property bool IsAutoCross {
	bool get () sealed;
}
 
abstract IsAutoCross : bool with get
override IsAutoCross : bool with get
 
 
 
Property Value
Type:
Boolean
Implements
IChartValueAxis
IsAutoCross
 
See Also