LogarithmicAxis
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
Initializes a new instance of the LogarithmicAxis class.
public LogarithmicAxis()
Fields
ExponentStepProperty
DependencyProperty
Identifies the ExponentStep dependency property.
public static readonly DependencyProperty ExponentStepProperty
Properties
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.
[TypeConverter(typeof(StringToDoubleConverter))]
public double ExponentStep { get; set; }
You can reset this property by setting it to 0 to restore the default behavior.
Gets or sets the base of the logarithm used for normalizing data points' values.
public double LogarithmBase { get; set; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: