ClassLineAxis
Represents a linear axis.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public abstract class LineAxis : Axis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisLineAxis
Derived Classes:
Implements:
Inherited Members
Constructors
LineAxis()
Initializes a new instance of the LineAxis class.
Declaration
protected LineAxis()
Fields
IsInverseProperty
Identifies the IsInverse property.
Declaration
public static readonly DependencyProperty IsInverseProperty
Field Value
DependencyProperty
PanZoomBarStyleProperty
Identifies the PanZoomBarStyle dependency property.
Declaration
public static readonly DependencyProperty PanZoomBarStyleProperty
Field Value
DependencyProperty
Properties
IsInverse
Gets or sets a value that indicates whether the axis is inverse.
PanZoomBarStyle
Gets or sets the style applied to the PanZoomBar control.
Declaration
public Style PanZoomBarStyle { get; set; }
Property Value
Style
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
Declaration
protected override void OnAttached()
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
oldChart
Overrides