Class ClassicLogarithmicDistribution
Represents default distribution which is represented by logarithmic function.
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ClassicLogarithmicDistribution : LogarithmicDistributionBase, IValueDistribution
Constructors
ClassicLogarithmicDistribution()
Declaration
public ClassicLogarithmicDistribution()
Methods
GetAbsoluteValue(Double, Double, Double)
Gets absolute value for given relative value.
Declaration
public override double GetAbsoluteValue(double min, double max, double relativeValue)
Parameters
System.Double
min
Minimal scale value. |
System.Double
max
Maximal scale value. |
System.Double
relativeValue
Relative value. |
Returns
System.Double
Absolute value. |
Overrides
GetRelativeValue(Double, Double, Double)
Gets relative value for given absolute value.
Declaration
public override double GetRelativeValue(double min, double max, double absoluteValue)
Parameters
System.Double
min
Minimal scale value. |
System.Double
max
Maximal scale value. |
System.Double
absoluteValue
Absolute value. |
Returns
System.Double
Relative value. |