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 Alternate
Declaration
public static readonly DependencyProperty AlternateStyleProperty
Field Value
System.
|
NormalStyleProperty
Identifies the Normal
Declaration
public static readonly DependencyProperty NormalStyleProperty
Field Value
System.
|
Properties
AlternateStyle
Gets or sets the property.
Declaration
public Style AlternateStyle { get; set; }
Property Value
System. The property. |
NormalStyle
Gets or sets the property.
Declaration
public Style NormalStyle { get; set; }
Property Value
System. The property. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.
Declaration
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |