Class LogarithmicAxis
Represents an axis that uses the Logarithm function to calculate the values of the plotted points.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class LogarithmicAxis : NumericalAxis, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
LogarithmicAxis()
Fields
ExponentStepProperty
Identifies the ExponentStep dependency property.
Declaration
public static readonly DependencyProperty ExponentStepProperty
Field Value
System.Windows.DependencyProperty
|
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
|