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