Axis.MinorUnit Property

Definition

Returns or sets the minor units on the value axis.

public:
 property double MinorUnit { double get(); void set(double value); };
public double MinorUnit { get; set; }
Public Property MinorUnit As Double

Property Value

Remarks

Setting this property sets the MinorUnitIsAuto property to False.

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

Applies to