ClassChartSeriesLine
Class
Represents the RadChart for Silverlight ChartSeriesLine control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class ChartSeriesLine : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesLine
Derived Classes:
Implements:
Inherited Members
Constructors
ChartSeriesLine()
Initializes a new instance of the ChartSeriesLine class.
Declaration
cs-api-definition
public ChartSeriesLine()
Properties
ChartType
Get the series type.
Color
Get the line color.
EndPoint
Get the line end point.
LabelText
Get the label text.
LineSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
SeriesIndex
Get the series index.
StartPoint
Get the 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