ClassChartSeriesHorizontalStackedBar
Represents the RadChart for Silverlight ChartSeriesHorizontalStackedBar control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesHorizontalStackedBar : ChartSeriesHorizontalBar, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesHorizontalBarChartSeriesHorizontalStackedBar
Derived Classes:
Implements:
Inherited Members
Constructors
ChartSeriesHorizontalStackedBar()
Initializes a new instance of the ChartSeriesHorizontalStackedBar class.
Declaration
public ChartSeriesHorizontalStackedBar()
Properties
BarHeight
Get the horizontal stacked bar height.
BarWidth
Get the horizontal stacked bar width.
Color
Get the horizontal stacked bar color.
HorizontalStackedBarSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string HorizontalStackedBarSeriesColorValue { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides