Class ChartTitle
This class represents a chart title item.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ChartTitle : ContentControl, IChartThemable, ILogicalItem
Constructors
ChartTitle()
Fields
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
System.Windows.DependencyProperty
|
OuterBorderBrushProperty
Identifies the OuterBorderBrush dependency property.
Declaration
public static readonly DependencyProperty OuterBorderBrushProperty
Field Value
System.Windows.DependencyProperty
|
OuterBorderThicknessProperty
Identifies the OuterBorderThickness dependency property.
Declaration
public static readonly DependencyProperty OuterBorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CornerRadius
Gets or sets the CornerRadius.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
System.Windows.CornerRadius
CornerRadius. |
OuterBorderBrush
Gets or sets the OuterBorderBrush.
Declaration
public Brush OuterBorderBrush { get; set; }
Property Value
System.Windows.Media.Brush
OuterBorderBrush. |
OuterBorderThickness
Gets or sets the OuterBorderThickness.
Declaration
public Thickness OuterBorderThickness { get; set; }
Property Value
System.Windows.Thickness
OuterBorderThickness. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()