[]
Configurates MinorUnit. Sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.
public ChartAxisBuilder<T> MinorUnit(double value)
Type | Name | Description |
---|---|---|
double | value | The value. |
Type | Description |
---|---|
ChartAxisBuilder<T> | Current builder. |