ClassLineChartSeriesList
Class
The holder of the line series.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class LineChartSeriesList : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlLineChartSeriesList
Implements:
Inherited Members
Constructors
LineChartSeriesList()
Initializes a new instance of the LineChartSeriesList class.
Declaration
cs-api-definition
public LineChartSeriesList()
Properties
Color
Get the line color.
LineList
Get the list of Chart line series.
Declaration
cs-api-definition
public IList<ChartSeriesLine> LineList { 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