Interface which converts real scale value (given as value between Min and Max property of the scale)
to the relative value (value in the [0...1] interval) which will represent relative position of
the value along the scale and vice versa. It also will be able to calculate value for the tick
mark using its index and total number of ticks.
Namespace: Telerik.Windows.Controls.GaugeAssembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050
Syntax
| C# |
|---|
public interface IValueDistribution |
| Visual Basic |
|---|
Public Interface IValueDistribution |
See Also