ChartBaseCustomLabels Property

Gets or sets the custom string labels shown in ChartBase control. If this string array is empty, then the values are showed as labels.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public virtual string[] CustomLabels { get; set; }

Property Value

String

See Also