GaugeMajorTickInterval Property

Gets or sets the major tick's interval.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
public virtual float MajorTickInterval { get; set; }

Property Value

Single

Remarks

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

See Also