Class
ChartPanel

The Chart series panel holder.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartPanel : Panel, IAutomationPeer, IPeerConverter, IFrameworkElement, ITargetElement

Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementPanelChartPanel

Implements: IAutomationPeerIFrameworkElementIPeerConverterITargetElement

Inherited Members Panel.BackgroundPropertyPanel.IsItemsHostPropertyPanel.GetRealType()Panel.BackgroundPanel.IsItemsHostSilverlightTestElement.UseLayoutRoundingPropertySilverlightTestElement.UseLayoutRoundingFrameworkElement.ActualWidthPropertyFrameworkElement.ActualHeightPropertyFrameworkElement.WidthPropertyFrameworkElement.HeightPropertyFrameworkElement.MinWidthPropertyFrameworkElement.MaxWidthPropertyFrameworkElement.MinHeightPropertyFrameworkElement.MaxHeightPropertyFrameworkElement.HorizontalAlignmentPropertyFrameworkElement.VerticalAlignmentPropertyFrameworkElement.MarginPropertyFrameworkElement.DesiredSizePropertyFrameworkElement.RenderSizePropertyFrameworkElement.NamePropertyFrameworkElement.TagPropertyFrameworkElement.DataContextPropertyFrameworkElement.OpacityPropertyFrameworkElement.ClipPropertyFrameworkElement.RenderTransformPropertyFrameworkElement.OpacityMaskPropertyFrameworkElement.RenderTransformOriginPropertyFrameworkElement.IsHitTestVisiblePropertyFrameworkElement.VisibilityPropertyFrameworkElement.GetIdentifier(out string, out string)FrameworkElement.IsChild(FrameworkElement)FrameworkElement.GetChildTagIndex(FrameworkElement)FrameworkElement.InitializeMappings(MappingsCollection)FrameworkElement.As<T>()FrameworkElement.CastAs<T>()FrameworkElement.SetProxy(bool)FrameworkElement.SetUid(string)FrameworkElement.SetFindInfo(VisualFindInfo)FrameworkElement.SetXamlTag(string)FrameworkElement.KeyPress(Keys, int, int, int)FrameworkElement.GetRectangle()FrameworkElement.GetRectangle(FrameworkElement)FrameworkElement.GetIntRectangle()FrameworkElement.IsHitTest()FrameworkElement.IsHitTest(bool)FrameworkElement.IsHitTest(FrameworkElement, bool)FrameworkElement.Highlight()FrameworkElement.Highlight(bool)FrameworkElement.Parent()FrameworkElement.Parent<T>()FrameworkElement.Parent(string)FrameworkElement.Parent(string, bool)FrameworkElement.GetNextSibling()FrameworkElement.GetPrevSibling()FrameworkElement.NextSibling(string)FrameworkElement.NextSibling<T>()FrameworkElement.PreviousSibling(string)FrameworkElement.PreviousSibling<T>()FrameworkElement.AnySibling<T>()FrameworkElement.AnySibling(string)FrameworkElement.GetScreenRectangle()FrameworkElement.ScrollToVisible()FrameworkElement.ScrollToVisible(ScrollToVisibleType)FrameworkElement.EnsureClickable()FrameworkElement.ToXml()FrameworkElement.Refresh()FrameworkElement.Equals(object)FrameworkElement.GetHashCode()FrameworkElement.GetProperties()FrameworkElement.GetAttachedProperty<T>(string, string)FrameworkElement.SetAttachedProperty<T>(string, string, T)FrameworkElement.SetFocus()FrameworkElement.ValidateMouseLocationIfNeeded(Point)FrameworkElement.GetStringPresentation()FrameworkElement.ToRealObject()FrameworkElement.FromRealObject(object)FrameworkElement.ValidateType(Type, string)FrameworkElement.GetKnownControlTypes(TechnologyType)FrameworkElement.RegisterElement(Type, string)FrameworkElement.InitKnownWpfControlTypes()FrameworkElement.InitKnownSilverlightControlTypes()FrameworkElement.InitKnownXamlControlTypes(Type)FrameworkElement.GetControlTypeFromInterface(Type)FrameworkElement.Match(IFindExpression)FrameworkElement.SetDepth(int)FrameworkElement.AddChildNode(ITargetElement)FrameworkElement.SetClosingTag(ITargetElement)FrameworkElement.GetChildren()FrameworkElement.GetParent()FrameworkElement.GetHostParent()FrameworkElement.SetParent(ITargetElement)FrameworkElement.GetUniqueHashCode()FrameworkElement.ToString()FrameworkElement.Capture()FrameworkElement.CaptureImage()FrameworkElement.GetProperty<T>(string)FrameworkElement.GetPropertyTypeSafe(string)FrameworkElement.GetAutomationProperty(string)FrameworkElement.SetProperty(string, object)FrameworkElement.ActualWidthFrameworkElement.ActualHeightFrameworkElement.WidthFrameworkElement.HeightFrameworkElement.MinWidthFrameworkElement.MaxWidthFrameworkElement.MinHeightFrameworkElement.MaxHeightFrameworkElement.HorizontalAlignmentFrameworkElement.VerticalAlignmentFrameworkElement.MarginFrameworkElement.DesiredSizeFrameworkElement.RenderSizeFrameworkElement.NameFrameworkElement.OpacityFrameworkElement.ClipFrameworkElement.RenderTransformFrameworkElement.OpacityMaskFrameworkElement.RenderTransformOriginFrameworkElement.IsHitTestVisibleFrameworkElement.VisibilityFrameworkElement.UidFrameworkElement.MappingsFrameworkElement.AutomationIdFrameworkElement.XamlTagBaseFrameworkElement.TextFrameworkElement.TextBlockContentFrameworkElement.TextLiteralContentFrameworkElement.UserFrameworkElement.WaitFrameworkElement.FindFrameworkElement.ApplicationFrameworkElement.AbsoluteTagIndexFrameworkElement.TagNameIndexFrameworkElement.AbsoluteSiblingTagIndexFrameworkElement.EnableValidateMouseLocationFrameworkElement.ToolTipTextFrameworkElement.ComputedVisibilityFrameworkElement.IsVisibleFrameworkElement.ChildrenFrameworkElement.TechnologyTypeFrameworkElement.DepthFrameworkElement.IsTestRegionFrameworkElement.ParsedElementFrameworkElement.HostAutomationObject<FrameworkElement>.GetProperty(AutomationProperty)AutomationObject<FrameworkElement>.GetProperty(AutomationProperty, object)AutomationObject<FrameworkElement>.SetProperty(AutomationProperty, object)AutomationObject<FrameworkElement>.InvokeMethod(AutomationMethod, params object[])AutomationObject<FrameworkElement>.InvokeMethod(string, params object[])AutomationObject<FrameworkElement>.Serialize()AutomationObject<FrameworkElement>.Deserialize(string)AutomationObject<FrameworkElement>.ReferenceAutomationObject<FrameworkElement>.PropertyBag

Constructors

ChartPanel()

Initializes a new instance of the ChartPanel class.

Declaration

cs-api-definition
public ChartPanel()

Properties

AreaSeries

Get the list of Chart area series.

Declaration

cs-api-definition
public IList<AreaChartSeriesList> AreaSeries { get; }

Property Value

IList<AreaChartSeriesList>

LineSeries

Get the list of Chart Line series.

Declaration

cs-api-definition
public IList<LineChartSeriesList> LineSeries { get; }

Property Value

IList<LineChartSeriesList>

PointMarks

Get the list of Chart Point Marks.

Declaration

cs-api-definition
public IList<ChartPointMark> PointMarks { get; }

Property Value

IList<ChartPointMark>

RangeSeries

Get the list of Chart Range series.

Declaration

cs-api-definition
public IList<RangeChartSeriesList> RangeSeries { get; }

Property Value

IList<RangeChartSeriesList>

Series

Get the list of Chart panel series.

Declaration

cs-api-definition
public IList<ChartSeries> Series { get; }

Property Value

IList<ChartSeries>

SeriesItemLabel

Get the list of Chart series item labels.

Declaration

cs-api-definition
public IList<ChartSeriesItemLabel> SeriesItemLabel { get; }

Property Value

IList<ChartSeriesItemLabel>

SplineAreaSeries

Get the list of Chart SplineArea series.

Declaration

cs-api-definition
public IList<SplineAreaChartSeriesList> SplineAreaSeries { get; }

Property Value

IList<SplineAreaChartSeriesList>

SplineRangeSeries

Get the list of Chart SplineRange series.

Declaration

cs-api-definition
public IList<SplineRangeChartSeriesList> SplineRangeSeries { get; }

Property Value

IList<SplineRangeChartSeriesList>

SplineSeries

Get the list of Chart Spline series.

Declaration

cs-api-definition
public IList<SplineChartSeriesList> SplineSeries { get; }

Property Value

IList<SplineChartSeriesList>

StackedArea100Series

Get the list of Chart StackedArea100 series.

Declaration

cs-api-definition
public IList<StackedArea100ChartSeriesList> StackedArea100Series { get; }

Property Value

IList<StackedArea100ChartSeriesList>

StackedAreaSeries

Get the list of Chart StackedArea series.

Declaration

cs-api-definition
public IList<StackedAreaChartSeriesList> StackedAreaSeries { get; }

Property Value

IList<StackedAreaChartSeriesList>

StackedLineSeries

Get the list of Chart StackedLine series.

Declaration

cs-api-definition
public IList<StackedLineChartSeriesList> StackedLineSeries { get; }

Property Value

IList<StackedLineChartSeriesList>

StackedSplineArea100Series

Get the list of Chart Stacked Spline Area 100 series.

Declaration

cs-api-definition
public IList<StackedSplineArea100ChartSeriesList> StackedSplineArea100Series { get; }

Property Value

IList<StackedSplineArea100ChartSeriesList>

StackedSplineAreaSeries

Get the list of Chart Stacked Spline Area series.

Declaration

cs-api-definition
public IList<StackedSplineAreaChartSeriesList> StackedSplineAreaSeries { get; }

Property Value

IList<StackedSplineAreaChartSeriesList>

StackedSplineSeries

Get the list of Chart Stacked Spline series.

Declaration

cs-api-definition
public IList<StackedSplineChartSeriesList> StackedSplineSeries { get; }

Property Value

IList<StackedSplineChartSeriesList>

StepAreaSeries

Get the list of Chart StepArea series.

Declaration

cs-api-definition
public IList<StepAreaChartSeriesList> StepAreaSeries { get; }

Property Value

IList<StepAreaChartSeriesList>

StepLineSeries

Get the list of Chart StepLine series.

Declaration

cs-api-definition
public IList<StepLineChartSeriesList> StepLineSeries { get; }

Property Value

IList<StepLineChartSeriesList>

XamlTag

Get the xaml tag of ChartPanel.

Declaration

cs-api-definition
public override string XamlTag { get; }

Property Value

string

Overrides FrameworkElement.XamlTag

Methods

AssignReference(AutomationReference)

Assign the reference and perform your custom class initialization.

Declaration

cs-api-definition
public override void AssignReference(AutomationReference reference)

Parameters

reference

AutomationReference

Overrides FrameworkElement.AssignReference(AutomationReference)