ClassChartSeriesHorizontalBar
Represents the RadChart for Silverlight ChartSeriesHorizontalBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesHorizontalBar : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesHorizontalBar
Derived Classes:
Implements:
Inherited Members
Constructors
ChartSeriesHorizontalBar()
Initializes a new instance of the ChartSeriesHorizontalBar class.
Declaration
public ChartSeriesHorizontalBar()
Properties
BarHeight
Get the horizontal bar height.
BarWidth
Get the horizontal bar width.
ChartType
Get the series type.
Color
Get the horizontal bar color.
HorizontalBarSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string HorizontalBarSeriesColorValue { 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