GaugeMajorTickCount Property

Gets or sets an UInt16 which specifies, how many major tick marks Gauge should render.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
public ushort MajorTickCount { get; set; }

Property Value

UInt16

Remarks

Gauge will always automatically render a major tick mark for GaugeValues start value and end value, regardless of the value in MajorTickCount property. The value of MajorTickCount property therefore specifies, how many major tick marks should be rendered in between the start value and end value.

See Also