ClassChartPanel
The Chart series panel holder.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartPanel : Panel, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementPanelChartPanel
Implements:
Inherited Members
Constructors
ChartPanel()
Initializes a new instance of the ChartPanel class.
Declaration
public ChartPanel()
Properties
AreaSeries
Get the list of Chart area series.
Declaration
public IList<AreaChartSeriesList> AreaSeries { get; }
Property Value
LineSeries
Get the list of Chart Line series.
Declaration
public IList<LineChartSeriesList> LineSeries { get; }
Property Value
PointMarks
Get the list of Chart Point Marks.
Declaration
public IList<ChartPointMark> PointMarks { get; }
Property Value
RangeSeries
Get the list of Chart Range series.
Declaration
public IList<RangeChartSeriesList> RangeSeries { get; }
Property Value
Series
Get the list of Chart panel series.
Declaration
public IList<ChartSeries> Series { get; }
Property Value
SeriesItemLabel
Get the list of Chart series item labels.
Declaration
public IList<ChartSeriesItemLabel> SeriesItemLabel { get; }
Property Value
SplineAreaSeries
Get the list of Chart SplineArea series.
Declaration
public IList<SplineAreaChartSeriesList> SplineAreaSeries { get; }
Property Value
SplineRangeSeries
Get the list of Chart SplineRange series.
Declaration
public IList<SplineRangeChartSeriesList> SplineRangeSeries { get; }
Property Value
SplineSeries
Get the list of Chart Spline series.
Declaration
public IList<SplineChartSeriesList> SplineSeries { get; }
Property Value
StackedArea100Series
Get the list of Chart StackedArea100 series.
Declaration
public IList<StackedArea100ChartSeriesList> StackedArea100Series { get; }
Property Value
StackedAreaSeries
Get the list of Chart StackedArea series.
Declaration
public IList<StackedAreaChartSeriesList> StackedAreaSeries { get; }
Property Value
StackedLineSeries
Get the list of Chart StackedLine series.
Declaration
public IList<StackedLineChartSeriesList> StackedLineSeries { get; }
Property Value
StackedSplineArea100Series
Get the list of Chart Stacked Spline Area 100 series.
Declaration
public IList<StackedSplineArea100ChartSeriesList> StackedSplineArea100Series { get; }
Property Value
StackedSplineAreaSeries
Get the list of Chart Stacked Spline Area series.
Declaration
public IList<StackedSplineAreaChartSeriesList> StackedSplineAreaSeries { get; }
Property Value
StackedSplineSeries
Get the list of Chart Stacked Spline series.
Declaration
public IList<StackedSplineChartSeriesList> StackedSplineSeries { get; }
Property Value
StepAreaSeries
Get the list of Chart StepArea series.
Declaration
public IList<StepAreaChartSeriesList> StepAreaSeries { get; }
Property Value
StepLineSeries
Get the list of Chart StepLine series.
Declaration
public IList<StepLineChartSeriesList> StepLineSeries { 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