ClassChartSeriesHorizontalStackedBar100
Represents the RadChart for Silverlight ChartSeriesHorizontalStackedBar100 control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesHorizontalStackedBar100 : ChartSeriesHorizontalStackedBar, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesHorizontalBarChartSeriesHorizontalStackedBarChartSeriesHorizontalStackedBar100
Implements:
Inherited Members
Constructors
ChartSeriesHorizontalStackedBar100()
Initializes a new instance of the ChartSeriesHorizontalStackedBar100 class.
Declaration
public ChartSeriesHorizontalStackedBar100()
Properties
BarHeight
Get the Horizontal stackedbar100 height.
BarWidth
Get the Horizontal stackedbar100 width.
Color
Get the Horizontal stackedbar100 color.
HorizontalStackedBar100SeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
public string HorizontalStackedBar100SeriesColorValue { 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