ClassChartSeriesSpline
Represents the RadChart for Silverlight ChartSeriesSpline control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesSpline : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesSpline
Derived Classes:
Implements:
Inherited Members
Constructors
ChartSeriesSpline()
Initializes a new instance of the ChartSeriesSpline class.
Declaration
public ChartSeriesSpline()
Properties
ChartType
Get the series type.
EndPoint
Get the spline end point.
EndPointX
Get the spline end point x.
EndPointY
Get the spline end point y.
LabelText
Get the label text.
SeriesIndex
Get the series index.
StartPoint
Get the spline start point.
StartPointX
Get the spline start point x.
StartPointY
Get the spline start point y.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides