XlsChartCategoryAxis
IsAutoMajor Property
 | 
Automatic major 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 IsAutoMajor { get; set; }
 
Public Property IsAutoMajor As Boolean
	Get
	Set
 
public:
virtual property bool IsAutoMajor {
	bool get () sealed;
	void set (bool value) sealed;
}
 
abstract IsAutoMajor : bool with get, set
override IsAutoMajor : bool with get, set
 
 
 
Property Value
Type:
Boolean
Implements
IChartValueAxis
IsAutoMajor
 
See Also