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()
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. |