Axis.MinorUnit Property

Definition

Returns or sets the minor units on the value axis. Read/write.

public:
 property double MinorUnit { double get(); void set(double value); };
public double MinorUnit { get; set; }
member this.MinorUnit : double with get, set
Public Property MinorUnit As Double

Property Value

Double

Remarks

Setting this property sets the MinorUnitIsAuto property to False.

Use the TickLabelSpacing property to set tick mark spacing on the category axis.

Applies to