Class NoDataControl
This class represents a control which is only visible when ChartArea has no DataSeries set.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class NoDataControl : ContentControl, ILogicalItem
Constructors
NoDataControl()
Fields
TextHorizontalAlignmentProperty
Identifies the TextHorizontalAlignment dependency property.
Declaration
public static readonly DependencyProperty TextHorizontalAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
TextVerticalAlignmentProperty
Identifies the TextVerticalAlignment dependency property.
Declaration
public static readonly DependencyProperty TextVerticalAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
TextHorizontalAlignment
Gets or sets TextHorizontalAlignment.
Declaration
public HorizontalAlignment TextHorizontalAlignment { get; set; }
Property Value
System.Windows.HorizontalAlignment
TextHorizontalAlignment. |
TextVerticalAlignment
Gets or sets TextVerticalAlignment.
Declaration
public VerticalAlignment TextVerticalAlignment { get; set; }
Property Value
System.Windows.VerticalAlignment
TextVerticalAlignment. |