Class AxisItem2D
Represents the base class for visual axis items.
Inheritance
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 Element
Declaration
public static readonly DependencyProperty ElementStyleProperty
Field Value
System.
|
ItemLabelStyleProperty
Identifies the Item
Declaration
public static readonly DependencyProperty ItemLabelStyleProperty
Field Value
System.
|
Properties
ElementStyle
Gets or sets the element style.
Declaration
public Style ElementStyle { get; set; }
Property Value
System. The element style. |
ItemLabelStyle
Gets or sets the item label style.
Declaration
public Style ItemLabelStyle { get; set; }
Property Value
System. The item label style. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |