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.
Namespace: BeeMobile.ChartsAssembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
public virtual string ValueStringFormat { get; set; }
Public Overridable Property ValueStringFormat As String
Get
Set
Property Value
String