ClassChartSeries
The holder of the bar, line, etc. series.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Charting.Series
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartSeries : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlChartSeries
Implements:
Inherited Members
Constructors
ChartSeries()
Initializes a new instance of the ChartSeries class.
Declaration
public ChartSeries()
Properties
BarList
Get the list of Chart bar series.
Declaration
public IList<ChartSeriesBar> BarList { get; }
Property Value
BubbleList
Get the list of Chart bubble series.
Declaration
public IList<ChartSeriesBubble> BubbleList { get; }
Property Value
CandleStickList
Get the list of Chart candle stick series.
Declaration
public IList<ChartSeriesCandleStick> CandleStickList { get; }
Property Value
DoughnutList
Get the list of Chart doughnut series.
Declaration
public IList<ChartSeriesDoughnut> DoughnutList { get; }
Property Value
HorizontalBarList
Get the list of Chart horizontal bar series.
Declaration
public IList<ChartSeriesHorizontalBar> HorizontalBarList { get; }
Property Value
HorizontalRangeBarList
Get the list of Chart horizontal RangeBar series.
Declaration
public IList<ChartSeriesHorizontalRangeBar> HorizontalRangeBarList { get; }
Property Value
HorizontalStackedBar100List
Get the list of Chart Horizontal stackedBar100 series.
Declaration
public IList<ChartSeriesHorizontalStackedBar100> HorizontalStackedBar100List { get; }
Property Value
HorizontalStackedBarList
Get the list of Chart horizontalStackedBar series.
Declaration
public IList<ChartSeriesHorizontalStackedBar> HorizontalStackedBarList { get; }
Property Value
PieList
Get the list of Chart pie series.
Declaration
public IList<ChartSeriesPie> PieList { get; }
Property Value
RangeBarList
Get the list of Chart RangeBar series.
Declaration
public IList<ChartSeriesRangeBar> RangeBarList { get; }
Property Value
StackedBar100List
Get the list of Chart stackedBar100 series.
Declaration
public IList<ChartSeriesStackedBar100> StackedBar100List { get; }
Property Value
StackedBarList
Get the list of Chart stackedBar series.
Declaration
public IList<ChartSeriesStackedBar> StackedBarList { get; }
Property Value
StickList
Get the list of Chart stick series.
Declaration
public IList<ChartSeriesStick> StickList { get; }
Property Value
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides