Represents the major units for the axis.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic double MajorUnit { get; set; }
Public Property MajorUnit As Double
Get
Set
public:
property double MajorUnit {
double get ();
void set (double value);
}
member MajorUnit : float with get, set
Property Value
Type:
Double
Remarks The major units must be greater than zero.
See Also