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 Border
Declaration
public static readonly DependencyProperty BorderStyleProperty
Field Value
System.
|
InnerBorderStyleProperty
Identifies the Inner
Declaration
public static readonly DependencyProperty InnerBorderStyleProperty
Field Value
System.
|
Properties
BorderStyle
Gets or sets the border style.
Declaration
public Style BorderStyle { get; set; }
Property Value
System. The border style. |
InnerBorderStyle
Gets or sets the inner border style.
Declaration
public Style InnerBorderStyle { get; set; }
Property Value
System. The inner border style. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |