ClassLineAxis
Class
Represents an axis, which is visualized by a straight line.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class LineAxis : Axis, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterAxisLineAxis
Derived Classes:
Implements:
Inherited Members
Constructors
LineAxis()
Initializes a new instance of the LineAxis class.
Declaration
cs-api-definition
protected LineAxis()
Fields
IsInverseProperty
Identifies the IsInverse dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty IsInverseProperty
Field Value
DependencyProperty
Properties
Methods
ApplyTemplateCore()
Adds the line shape to the visual tree.
UnapplyTemplateCore()
Removes the current control template. Occurs when a template has already been applied and a new one is applied.
Declaration
cs-api-definition
protected override void UnapplyTemplateCore()
Overrides