Class AxisTitle
This class represents a chart axis title item.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class AxisTitle : ChartTitle, IChartThemable, ILogicalItem
Constructors
AxisTitle()
Declaration
public AxisTitle()
Fields
BorderStyleProperty
Identifies the BorderStyle dependency property.
Declaration
public static readonly DependencyProperty BorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
InnerBorderStyleProperty
Identifies the InnerBorderStyle dependency property.
Declaration
public static readonly DependencyProperty InnerBorderStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
BorderStyle
Gets or sets the border style.
Declaration
public Style BorderStyle { get; set; }
Property Value
System.Windows.Style
The border style. |
InnerBorderStyle
Gets or sets the inner border style.
Declaration
public Style InnerBorderStyle { get; set; }
Property Value
System.Windows.Style
The inner border 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. |