Class LogarithmicAxis
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class LogarithmicAxis : NumericalAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
LogarithmicAxis()
Declaration
public LogarithmicAxis()
Properties
ExponentStep
Gets or sets the exponent step between each axis tick. By default the axis itself will calculate the exponent step, depending on the plotted data points.
Declaration
public double ExponentStep { get; set; }
Property Value
System.Double
|
Remarks
You can reset this property by setting it to 0 to restore the default behavior.
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
|