Class LogarithmicAxisModel
Inheritance
System.Object
LogarithmicAxisModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class LogarithmicAxisModel : LinearAxisModel, IDisposable, INotifyPropertyChanged, IContinuousAxisModel
Constructors
LogarithmicAxisModel()
Initializes a new instance of the LogarithmicAxisModel class.
Declaration
public LogarithmicAxisModel()
Properties
LogarithmBase
Gets or sets the base of the logarithm used for normalizing data points' values.
Declaration
public double LogarithmBase { get; set; }
Property Value
System.Double
|