Class AxisItem2D
Represents the base class for visual axis items.
Inheritance
System.Object
AxisItem2D
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class AxisItem2D : Control, ILogicalItem
Constructors
AxisItem2D()
Declaration
protected AxisItem2D()
Fields
ElementStyleProperty
Identifies the ElementStyle dependency property.
Declaration
public static readonly DependencyProperty ElementStyleProperty
Field Value
System.Windows.DependencyProperty
|
ItemLabelStyleProperty
Identifies the ItemLabelStyle dependency property.
Declaration
public static readonly DependencyProperty ItemLabelStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ElementStyle
Gets or sets the element style.
Declaration
public Style ElementStyle { get; set; }
Property Value
System.Windows.Style
The element style. |
ItemLabelStyle
Gets or sets the item label style.
Declaration
public Style ItemLabelStyle { get; set; }
Property Value
System.Windows.Style
The item label style. |