Class
ChartArea

Represents the RadChart for Silverlight ChartArea control wrapper.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartArea : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement

Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartArea

Implements: IAutomationPeerIContentControlIControlIFrameworkElementIPeerConverterITargetElement

Inherited Members ContentControl.ContentPropertyContentControl.GetRealType()ContentControl.ContentControl.IsTabStopPropertyControl.TabIndexPropertyControl.TabNavigationPropertyControl.PaddingPropertyControl.HorizontalContentAlignmentPropertyControl.VerticalContentAlignmentPropertyControl.BackgroundPropertyControl.BorderBrushPropertyControl.BorderThicknessPropertyControl.FontSizePropertyControl.ForegroundPropertyControl.IsEnabledPropertyControl.FontFamilyPropertyControl.FontStretchPropertyControl.FontStylePropertyControl.FontWeightPropertyControl.IsTabStopControl.TabIndexControl.TabNavigationControl.PaddingControl.HorizontalContentAlignmentControl.VerticalContentAlignmentControl.BackgroundControl.BorderBrushControl.BorderThicknessControl.FontSizeControl.ForegroundControl.IsEnabledControl.FontFamilyControl.FontStretchControl.FontStyleControl.FontWeightSilverlightTestElement.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

ChartArea()

Initializes a new instance of the ChartArea class.

Declaration

cs-api-definition
public ChartArea()

Properties

AdditionalYAxes

Get the list of Chart additional Y axes.

Declaration

cs-api-definition
public IList<ChartAxisY> AdditionalYAxes { get; }

Property Value

IList<ChartAxisY>

HorizontalGridLines

Get the list of Chart horizontal grid lines.

Declaration

cs-api-definition
public IList<ChartHorizontalGridLines> HorizontalGridLines { get; }

Property Value

IList<ChartHorizontalGridLines>

HorizontalGridLines2D

Get the Chart HorizontalGridLines2D control.

Declaration

cs-api-definition
public ChartHorizontalGridLines2D HorizontalGridLines2D { get; }

Property Value

ChartHorizontalGridLines2D

HorizontalStripLines

Get the list of Chart horizontal striplines.

Declaration

cs-api-definition
public IList<ChartHorizontalStripLines> HorizontalStripLines { get; }

Property Value

IList<ChartHorizontalStripLines>

HorizontalStripLines2D

Get the Chart HorizontalStripLines2D control.

Declaration

cs-api-definition
public ChartHorizontalStripLines2D HorizontalStripLines2D { get; }

Property Value

ChartHorizontalStripLines2D

Labels3D

Get the list of Chart 3D labels.

Declaration

cs-api-definition
public IList<Chart3DLabels> Labels3D { get; }

Property Value

IList<Chart3DLabels>

Labels3DText

Get the list of Chart 3D labels text.

Declaration

cs-api-definition
public IList<Chart3DLabelsText> Labels3DText { get; }

Property Value

IList<Chart3DLabelsText>

LayoutTransformControl

Get the list of Chart 3D layout transform control.

Declaration

cs-api-definition
public IList<Chart3DLayoutTransformControl> LayoutTransformControl { get; }

Property Value

IList<Chart3DLayoutTransformControl>

NoDataControl

Get the NoData xaml control.

Declaration

cs-api-definition
public ChartNoDataControl NoDataControl { get; }

Property Value

ChartNoDataControl

PlotAreaAxisX2D

Get the Chart PlotAreaAxisX2D control.

Declaration

cs-api-definition
public ChartPlotAreaAxisX2D PlotAreaAxisX2D { get; }

Property Value

ChartPlotAreaAxisX2D

PlotAreaAxisY2D

Get the Chart PlotAreaAxisY2D control.

Declaration

cs-api-definition
public ChartPlotAreaAxisY2D PlotAreaAxisY2D { get; }

Property Value

ChartPlotAreaAxisY2D

SeriesItemLabels

Get the list of Chart series item labels.

Declaration

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

Property Value

IList<ChartSeriesItemLabel>

SeriesPanel

Get the Chart series panel xaml control.

Declaration

cs-api-definition
public IList<ChartPanel> SeriesPanel { get; }

Property Value

IList<ChartPanel>

TitleLabels3D

Get the list of Chart 3D title labels.

Declaration

cs-api-definition
public IList<Chart3DTitleLabels> TitleLabels3D { get; }

Property Value

IList<Chart3DTitleLabels>

VerticalGridLines

Get the list of Chart vertical grid lines.

Declaration

cs-api-definition
public IList<ChartVerticalGridLines> VerticalGridLines { get; }

Property Value

IList<ChartVerticalGridLines>

VerticalGridLines2D

Get the Chart VerticalGridLines2D control.

Declaration

cs-api-definition
public ChartVerticalGridLines2D VerticalGridLines2D { get; }

Property Value

ChartVerticalGridLines2D

VerticalStripLines

Get the list of Chart vertical striplines.

Declaration

cs-api-definition
public IList<ChartVerticalStripLines> VerticalStripLines { get; }

Property Value

IList<ChartVerticalStripLines>

VerticalStripLines2D

Get the Chart VerticalStripLines2D control.

Declaration

cs-api-definition
public ChartVerticalStripLines2D VerticalStripLines2D { get; }

Property Value

ChartVerticalStripLines2D

XAxis

Get the XAxis xaml control.

Declaration

cs-api-definition
public ChartAxisX XAxis { get; }

Property Value

ChartAxisX

XamlTag

Get the xaml tag of ChartArea.

Declaration

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

Property Value

string

Overrides FrameworkElement.XamlTag

YAxis

Get the YAxis xaml control.

Declaration

cs-api-definition
public ChartAxisY YAxis { get; }

Property Value

ChartAxisY

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)