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()