ClassChartSeriesStackedLine
Class
Represents the RadChart for Silverlight ChartSeriesStackedLine control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ChartSeriesStackedLine : ChartSeriesLine, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesLineChartSeriesStackedLine
Implements:
Inherited Members
Constructors
ChartSeriesStackedLine()
Initializes a new instance of the ChartSeriesStackedLine class.
Declaration
cs-api-definition
public ChartSeriesStackedLine()
Properties
Color
Get the stacked line color.
EndPoint
Get the stacked line end point.
StackedLineSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string StackedLineSeriesColorValue { get; }
Property Value
StartPoint
Get the stacked line start point.
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