GaugeTickMarkCustomLabels Property

Gets or sets an IEnumerableT which represents an enumerable data structure of string objects, that will be used as labels for major tick marks.

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
public IEnumerable<string> TickMarkCustomLabels { get; set; }

Property Value

IEnumerableString

Remarks

By default, value of this property is an empty array of string objects. In such case, Gauge will show values of tick marks

See Also