ClassStackedArea100ChartSeriesList
Class
The holder of the StackedArea100 series.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class StackedArea100ChartSeriesList : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlStackedArea100ChartSeriesList
Implements:
Inherited Members
Constructors
StackedArea100ChartSeriesList()
Initializes a new instance of the StackedArea100ChartSeriesList class.
Declaration
cs-api-definition
public StackedArea100ChartSeriesList()
Properties
StackedArea100List
Get the list of Chart stackedArea100 series.
Declaration
cs-api-definition
public IList<ChartSeriesStackedArea100> StackedArea100List { get; }
Property Value