GaugeMajorTickCount Property
Gets or sets an
UInt16 which specifies, how many major tick marks
Gauge should render.
Namespace: BeeMobile.GaugeAssembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
public ushort MajorTickCount { get; set; }
member MajorTickCount : uint16 with get, set
Property Value
UInt16 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.