Class RadialAxisGridLineAnnotation
Inheritance
System.Object
RadialAxisGridLineAnnotation
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadialAxisGridLineAnnotation : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadialAxisGridLineAnnotation()
Declaration
public RadialAxisGridLineAnnotation()
Properties
Labels
Declaration
public IList<ChartViewAxisLabel> Labels { get; }
Property Value
System.Collections.Generic.IList<ChartViewAxisLabel>
|
Lines
Declaration
public IList<ChartViewGridlines> Lines { get; }
Property Value
System.Collections.Generic.IList<ChartViewGridlines>
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|