ClassRangeBarSeries
Class
Represents the RangeBarSeries for RadCartesianChart Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class RangeBarSeries : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlRangeBarSeries
Implements:
Inherited Members
Constructors
RangeBarSeries()
Initializes a new instance of the RangeBarSeries class.
Declaration
cs-api-definition
public RangeBarSeries()
Properties
RangeBarCount
Get the RangeBars count.
RangeBars
Get the list of RangeBars.
Declaration
cs-api-definition
public IList<ChartViewBarItem> RangeBars { get; }
Property Value
XamlTag
Get the xaml tag of RangeBarSeries.
Declaration
cs-api-definition
public override string XamlTag { get; }
Property Value
Overrides
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