LogarithmicAxisModel
Class
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class LogarithmicAxisModel : LinearAxisModel, IDisposable, INotifyPropertyChanged, IContinuousAxisModel
Inheritance: objectDisposableObjectPropertyBagObjectChartNodeChartElementAxisModelNumericalAxisModelLinearAxisModelLogarithmicAxisModel...
Implements:
Inherited Members
Constructors
Initializes a new instance of the LogarithmicAxisModel class.
C#
public LogarithmicAxisModel()
Properties
Gets or sets the base of the logarithm used for normalizing data points' values.
C#
public double LogarithmBase { get; set; }