Represents distribution which is represented by logarithmic function.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class RangeLogarithmicDistribution : LogarithmicDistributionBase, IValueDistribution
Inheritance: objectLogarithmicDistributionBaseRangeLogarithmicDistribution
Implements:
Inherited Members
Constructors
C#
public RangeLogarithmicDistribution()
Methods
Calculate scale specific metrics which can be used to perform other calculations.
C#
public override void CalculateScaleMetrics(GraphicScale scale)
Scale object.
Overrides: