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