XlsChartCategoryAxis
MajorUnit Property
|
Value of major increment.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double MajorUnit { get; set; }
Public Property MajorUnit As Double
Get
Set
public:
virtual property double MajorUnit {
double get () sealed;
void set (double value) sealed;
}
abstract MajorUnit : float with get, set
override MajorUnit : float with get, set
Property Value
Type:
Double
Implements
IChartValueAxis
MajorUnit
See Also