ClassLogarithmicAxis
Represents an axis that uses the Logarithm function to calculate the values of the plotted points.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class LogarithmicAxis : NumericalAxis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisLineAxisCartesianAxisNumericalAxisLogarithmicAxis
Implements:
Inherited Members
Constructors
LogarithmicAxis()
Initializes a new instance of the LogarithmicAxis class.
Declaration
public LogarithmicAxis()
Fields
ExponentStepProperty
Identifies the ExponentStep dependency property.
Declaration
public static readonly DependencyProperty ExponentStepProperty
Field Value
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
[TypeConverter(typeof(StringToDoubleConverter))]
public double ExponentStep { get; set; }
Property Value
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.
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides