ClassChartSeriesHorizontalRangeBar
Represents the RadChart for Silverlight ChartSeriesHorizontalRangeBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesHorizontalRangeBar : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesHorizontalRangeBar
Implements:
Inherited Members
Constructors
ChartSeriesHorizontalRangeBar()
Initializes a new instance of the ChartSeriesHorizontalRangeBar class.
Declaration
public ChartSeriesHorizontalRangeBar()
Properties
BarHeight
Get the horizontal rangebar height.
BarWidth
Get the horizontal range bar width.
ChartType
Get the series type.
Color
Get the horizontal range bar color.
HorizontalRangeBarSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string HorizontalRangeBarSeriesColorValue { get; }
Property Value
LabelText
Get the label text.
SeriesIndex
Get the series index.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides