Axis.MajorUnit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the major units for the value axis. Read/write.
public:
property double MajorUnit { double get(); void set(double value); };
public double MajorUnit { get; set; }
member this.MajorUnit : double with get, set
Public Property MajorUnit As Double
Property Value
Double
Remarks
Setting this property sets the MajorUnitIsAuto property to False.
Use the TickMarkSpacing property to set tick mark spacing on the category axis.