ClassChartSeriesArea
Represents the RadChart for Silverlight ChartSeriesArea control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesArea : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesArea
Derived Classes:
Implements:
Inherited Members
Constructors
ChartSeriesArea()
Initializes a new instance of the ChartSeriesArea class.
Declaration
public ChartSeriesArea()
Properties
AreaSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
ChartType
Get the series type.
Color
Get the area color.
EndPoint
Get the area end point.
EndPointX
Get the area end point x.
EndPointY
Get the area end point y.
LabelText
Get the label text.
SeriesIndex
Get the series index.
StartPoint
Get the area start point.
StartPointX
Get the area start point x.
StartPointY
Get the area 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