ClassStepLineChartSeriesList
Class
The holder of the stepline series.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class StepLineChartSeriesList : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlStepLineChartSeriesList
Implements:
Inherited Members
Constructors
StepLineChartSeriesList()
Initializes a new instance of the StepLineChartSeriesList class.
Declaration
cs-api-definition
public StepLineChartSeriesList()
Properties
Color
Get the line color.
StepLineList
Get the list of Chart stepline series.
Declaration
cs-api-definition
public IList<ChartSeriesStepLine> StepLineList { get; }
Property Value
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