Gets or sets the major unit value of the axis.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public double Major { get; set; }
Public Property Major As Double
Get
Set
public:
property double Major {
double get ();
void set (double value);
}
member Major : float with get, set
Property Value
Type:
Double
The major unit value.
See Also