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()
Declaration
public 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. |
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |