ChartSeries
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class ChartSeries : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlChartSeries...
Implements:
Inherited Members
Constructors
C#
public ChartSeries()
Properties
C#
public IList<ChartSeriesBar> BarList { get; }
C#
public IList<ChartSeriesBubble> BubbleList { get; }
C#
public IList<ChartSeriesCandleStick> CandleStickList { get; }
C#
public IList<ChartSeriesDoughnut> DoughnutList { get; }
C#
public IList<ChartSeriesHorizontalBar> HorizontalBarList { get; }
C#
public IList<ChartSeriesHorizontalRangeBar> HorizontalRangeBarList { get; }
C#
public IList<ChartSeriesHorizontalStackedBar100> HorizontalStackedBar100List { get; }
C#
public IList<ChartSeriesHorizontalStackedBar> HorizontalStackedBarList { get; }
C#
public IList<ChartSeriesPie> PieList { get; }
C#
public IList<ChartSeriesRangeBar> RangeBarList { get; }
C#
public IList<ChartSeriesStackedBar100> StackedBar100List { get; }
C#
public IList<ChartSeriesStackedBar> StackedBarList { get; }
C#
public IList<ChartSeriesStick> StickList { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: