ClassCartesianGridLineAnnotation
Class
Represents the CartesianGridLineAnnotation for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class CartesianGridLineAnnotation : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlCartesianGridLineAnnotation
Implements:
Inherited Members
Constructors
CartesianGridLineAnnotation()
Initializes a new instance of the CartesianGridLineAnnotation class.
Declaration
cs-api-definition
public CartesianGridLineAnnotation()
Properties
CanvasZIndex
Get the annotation ZIndex
Gridlines
Get the list of gridlines.
Declaration
cs-api-definition
public IList<ChartViewGridlines> Gridlines { get; }
Property Value
Labels
Get the list of Labels.
Declaration
cs-api-definition
public IList<ChartViewAxisLabel> Labels { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides