ClassRadialAxisPlotBandAnnotation
Class
Represents the RadialAxisPlotBandAnnotation for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
cs-api-definition
public class RadialAxisPlotBandAnnotation : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadialAxisPlotBandAnnotation
Implements:
Inherited Members
Constructors
RadialAxisPlotBandAnnotation()
Initializes a new instance of the RadialAxisPlotBandAnnotation class.
Declaration
cs-api-definition
public RadialAxisPlotBandAnnotation()
Properties
Labels
Get the list of Labels.
Declaration
cs-api-definition
public IList<ChartViewAxisLabel> Labels { get; }
Property Value
PlotBands
Get the list of plotbands.
Declaration
cs-api-definition
public IList<ChartViewPolarPlotBand> PlotBands { 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