Creates logarithmic range distribution.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class LogarithmicRangeDistribution : DependencyObject, IRangeDistribution
Inheritance: objectLogarithmicRangeDistribution
Implements:
Constructors
C#
public LogarithmicRangeDistribution()
Fields
LogarithmicBaseProperty
DependencyProperty
Identifies the LogarithmicBase LogarithmicBase dependency property.
C#
public static readonly DependencyProperty LogarithmicBaseProperty
Properties
Gets or sets logarithmic base of the logarithmic range distribution.
C#
public double LogarithmicBase { get; set; }