ChartBaseMinorTickInterval Property

Gets or sets the minor tick's interval.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public virtual double MinorTickInterval { get; set; }

Property Value

Double

Remarks

The value must be greater than 0 and less than MinorTickInterval and MinorTickInterval.

Minor ticks are not drawn, if ScaleType is set to Logarithmic.

See Also