Class NoDataControl
This class represents a control which is only visible when Chart
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class NoDataControl : ContentControl, ILogicalItem
Constructors
NoDataControl()
Declaration
public NoDataControl()
Fields
TextHorizontalAlignmentProperty
Identifies the Text
Declaration
public static readonly DependencyProperty TextHorizontalAlignmentProperty
Field Value
System.
|
TextVerticalAlignmentProperty
Identifies the Text
Declaration
public static readonly DependencyProperty TextVerticalAlignmentProperty
Field Value
System.
|
Properties
TextHorizontalAlignment
Gets or sets TextHorizontalAlignment.
Declaration
public HorizontalAlignment TextHorizontalAlignment { get; set; }
Property Value
System. TextHorizontalAlignment. |
TextVerticalAlignment
Gets or sets TextVerticalAlignment.
Declaration
public VerticalAlignment TextVerticalAlignment { get; set; }
Property Value
System. TextVerticalAlignment. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |