DataValueValueStringFormat Property

Gets or sets the Value's string format. E.g. set "{0,0:0.0}%" and the result will be "50%" when the Value is 50. You can set String.Emtpy if you want to disable the string formatting.

Definition

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

Property Value

String

See Also