Class StripLine2DBase
Provides base functionality for stripLines.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class StripLine2DBase : AxisItem2D, ILogicalItem
Constructors
StripLine2DBase()
Declaration
protected StripLine2DBase()
Fields
AlternateStyleProperty
Identifies the AlternateStyle dependency property.
Declaration
public static readonly DependencyProperty AlternateStyleProperty
Field Value
System.Windows.DependencyProperty
|
NormalStyleProperty
Identifies the NormalStyle dependency property.
Declaration
public static readonly DependencyProperty NormalStyleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
AlternateStyle
Gets or sets the property.
Declaration
public Style AlternateStyle { get; set; }
Property Value
System.Windows.Style
The property. |
NormalStyle
Gets or sets the property.
Declaration
public Style NormalStyle { get; set; }
Property Value
System.Windows.Style
The property. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
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. |