ClassStackedSplineAreaChartSeriesList
Class
The holder of the Stacked Spline Area series.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class StackedSplineAreaChartSeriesList : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlStackedSplineAreaChartSeriesList
Implements:
Inherited Members
Constructors
StackedSplineAreaChartSeriesList()
Initializes a new instance of the StackedSplineAreaChartSeriesList class.
Declaration
cs-api-definition
public StackedSplineAreaChartSeriesList()
Properties
StackedSplineAreaList
Get the list of Chart stackedSplineArea series.
Declaration
cs-api-definition
public IList<ChartSeriesStackedSplineArea> StackedSplineAreaList { get; }
Property Value