RegularDistribution
Class
Represents default distribution which is represented by linear function.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class RegularDistribution : IValueDistribution
Inheritance: objectRegularDistribution
Implements:
Constructors
C#
public RegularDistribution()
Methods
Calculate scale specific metrics which can be used to perform other calculations.
C#
public void CalculateScaleMetrics(GraphicScale scale)
Scale object.
Implements:
Get value at the tick position.
C#
public double GetValueAtTick(GraphicScale scale, int majorTickIndex, int middleTickIndex, int minorTickIndex)
Scale object.
majorTickIndexintMajorTick index.
middleTickIndexintMiddleTick index.
minorTickIndexintMinorTick index.
Returns:Absolute value at the tick position.
Implements: