ClassChartSeriesStackedBar100
Class
Represents the RadChart for Silverlight ChartSeriesStackedBar100 control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ChartSeriesStackedBar100 : ChartSeriesBar, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesBarChartSeriesStackedBar100
Implements:
Inherited Members
Constructors
ChartSeriesStackedBar100()
Initializes a new instance of the ChartSeriesStackedBar100 class.
Declaration
cs-api-definition
public ChartSeriesStackedBar100()
Properties
BarHeight
Get the stackedbar100 height.
BarWidth
Get the stackedbar100 width.
Color
Get the stackedbar100 color.
StackedBar100SeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string StackedBar100SeriesColorValue { get; }
Property Value
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