LineAxis
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
Initializes a new instance of the LineAxis class.
protected LineAxis()
Fields
IsInverseProperty
DependencyProperty
Identifies the IsInverse property.
public static readonly DependencyProperty IsInverseProperty
PanZoomBarStyleProperty
DependencyProperty
Identifies the PanZoomBarStyle dependency property.
public static readonly DependencyProperty PanZoomBarStyleProperty
Properties
Gets or sets a value that indicates whether the axis is inverse.
public bool IsInverse { get; set; }
PanZoomBarStyle
Style
Gets or sets the style applied to the PanZoomBar control.
public Style PanZoomBarStyle { get; set; }
Methods
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.
public override void OnApplyTemplate()
Overrides:
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
protected override void OnAttached()
Overrides:
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
protected override void OnDetached(RadChartBase oldChart)
Overrides: