ClassChartSeriesStepArea
Represents the RadChart for Silverlight ChartSeriesStepArea control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeriesStepArea : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartSeriesStepArea
Implements:
Inherited Members
Constructors
ChartSeriesStepArea()
Initializes a new instance of the ChartSeriesStepArea class.
Declaration
public ChartSeriesStepArea()
Properties
ChartType
Get the series type.
Color
Get the area color.
EndPointX
Get the area end point x.
EndPointY
Get the area end point y.
LabelText
Get the label text.
SeriesIndex
Get the series index.
StartPointX
Get the area start point x.
StartPointY
Get the area start point y.
StepAreaSeriesColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides