Class ExponentialRangeDistribution
Inheritance
System.Object
ExponentialRangeDistribution
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ExponentialRangeDistribution : DependencyObject, IRangeDistribution
Constructors
ExponentialRangeDistribution()
Declaration
public ExponentialRangeDistribution()
Fields
PowerBaseProperty
Declaration
public static readonly DependencyProperty PowerBaseProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
PowerBase
Declaration
public double PowerBase { get; set; }
Property Value
|
System.Double
|
Methods
Create(Double, Double, Int32)
Declaration
public IEnumerable<MapRange> Create(double minValue, double maxValue, int tickMarkCount)
Parameters
|
System.Double
minValue
|
|
System.Double
maxValue
|
|
System.Int32
tickMarkCount
|
Returns
|
System.Collections.Generic.IEnumerable<MapRange>
|