ClassChartSeriesRangeBar
Class
Represents the RadChart for Silverlight ChartSeriesRangeBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ChartSeriesRangeBar : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesRangeBar
Implements:
Inherited Members
Constructors
ChartSeriesRangeBar()
Initializes a new instance of the ChartSeriesRangeBar class.
Declaration
cs-api-definition
public ChartSeriesRangeBar()
Properties
BarHeight
Get the bar height.
BarWidth
Get the bar width.
ChartType
Get the series type.
Color
Get the bar color.
LabelText
Get the label text.
RangeBarSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
SeriesIndex
Get the series index.
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