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 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. |
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |