Class StackedSplineChartSeriesList
Inheritance
System.Object
StackedSplineChartSeriesList
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class StackedSplineChartSeriesList : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
StackedSplineChartSeriesList()
Declaration
public StackedSplineChartSeriesList()
Properties
StackedSplineList
Declaration
public IList<ChartSeriesStackedSpline> StackedSplineList { get; }
Property Value
System.Collections.Generic.IList<ChartSeriesStackedSpline>
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|