Class LogarithmicRangeDistribution
Creates logarithmic range distribution.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class LogarithmicRangeDistribution : DependencyObject, IRangeDistribution
Constructors
LogarithmicRangeDistribution()
Declaration
public LogarithmicRangeDistribution()
Fields
LogarithmicBaseProperty
Identifies the Logarithmic
Declaration
public static readonly DependencyProperty LogarithmicBaseProperty
Field Value
System.
|
Properties
LogarithmicBase
Gets or sets logarithmic base of the logarithmic range distribution.
Declaration
public double LogarithmicBase { get; set; }
Property Value
System.
|
Methods
Create(Double, Double, Int32)
Creates list of the ranges.
Declaration
public IEnumerable<MapRange> Create(double minValue, double maxValue, int tickMarkCount)
Parameters
System. Minimal value. |
System. Maximal value. |
System. Number of the ranges. |
Returns
System. List of the ranges for given distribution. |