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