Class CustomGridLine
Custom GridLine annotation.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class CustomGridLine : LineAnnotationBase, ILogicalItem
Constructors
CustomGridLine()
Fields
XInterceptProperty
Identifies the XIntercept dependency property.
Declaration
public static readonly DependencyProperty XInterceptProperty
Field Value
System.Windows.DependencyProperty
|
YInterceptProperty
Identifies the YIntercept dependency property.
Declaration
public static readonly DependencyProperty YInterceptProperty
Field Value
System.Windows.DependencyProperty
|
Properties
XIntercept
Gets or sets the XIntercept.
Declaration
public double XIntercept { get; set; }
Property Value
System.Double
|
YIntercept
Gets or sets the YIntercept.
Declaration
public double YIntercept { get; set; }
Property Value
System.Double
|
Methods
InterceptChangedCallback(DependencyObject, DependencyPropertyChangedEventArgs)
Handles the event when the YIntercept or XIntercept dependency properties are changed.
Declaration
public static void InterceptChangedCallback(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
System.Windows.DependencyObject
sender
The sender. |
System.Windows.DependencyPropertyChangedEventArgs
args
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. |
Update()
Updates the geometry of the annotation.
Declaration
protected override void Update()