ClassGaugeValueToStringConverter
Class
Converts a value to a string and vice versa providing a Precision property to control the floating point precision of the converted value.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class GaugeValueToStringConverter : IValueConverter
Inheritance: objectGaugeValueToStringConverter
Implements:
Constructors
GaugeValueToStringConverter()
Declaration
cs-api-definition
public GaugeValueToStringConverter()
Properties
Methods
Convert(object, Type, object, string)
Converts a value to string depending on the Precision property.