ClassChartArea
Represents the RadChart for Silverlight ChartArea control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class ChartArea : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlContentControlChartArea
Implements:
Inherited Members
Constructors
ChartArea()
Initializes a new instance of the ChartArea class.
Declaration
public ChartArea()
Properties
AdditionalYAxes
Get the list of Chart additional Y axes.
Declaration
public IList<ChartAxisY> AdditionalYAxes { get; }
Property Value
HorizontalGridLines
Get the list of Chart horizontal grid lines.
Declaration
public IList<ChartHorizontalGridLines> HorizontalGridLines { get; }
Property Value
HorizontalGridLines2D
Get the Chart HorizontalGridLines2D control.
Declaration
public ChartHorizontalGridLines2D HorizontalGridLines2D { get; }
Property Value
HorizontalStripLines
Get the list of Chart horizontal striplines.
Declaration
public IList<ChartHorizontalStripLines> HorizontalStripLines { get; }
Property Value
HorizontalStripLines2D
Get the Chart HorizontalStripLines2D control.
Declaration
public ChartHorizontalStripLines2D HorizontalStripLines2D { get; }
Property Value
Labels3D
Get the list of Chart 3D labels.
Declaration
public IList<Chart3DLabels> Labels3D { get; }
Property Value
Labels3DText
Get the list of Chart 3D labels text.
Declaration
public IList<Chart3DLabelsText> Labels3DText { get; }
Property Value
LayoutTransformControl
Get the list of Chart 3D layout transform control.
Declaration
public IList<Chart3DLayoutTransformControl> LayoutTransformControl { get; }
Property Value
NoDataControl
Get the NoData xaml control.
Declaration
public ChartNoDataControl NoDataControl { get; }
Property Value
PlotAreaAxisX2D
Get the Chart PlotAreaAxisX2D control.
Declaration
public ChartPlotAreaAxisX2D PlotAreaAxisX2D { get; }
Property Value
PlotAreaAxisY2D
Get the Chart PlotAreaAxisY2D control.
Declaration
public ChartPlotAreaAxisY2D PlotAreaAxisY2D { get; }
Property Value
SeriesItemLabels
Get the list of Chart series item labels.
Declaration
public IList<ChartSeriesItemLabel> SeriesItemLabels { get; }
Property Value
SeriesPanel
Get the Chart series panel xaml control.
Declaration
public IList<ChartPanel> SeriesPanel { get; }
Property Value
TitleLabels3D
Get the list of Chart 3D title labels.
Declaration
public IList<Chart3DTitleLabels> TitleLabels3D { get; }
Property Value
VerticalGridLines
Get the list of Chart vertical grid lines.
Declaration
public IList<ChartVerticalGridLines> VerticalGridLines { get; }
Property Value
VerticalGridLines2D
Get the Chart VerticalGridLines2D control.
Declaration
public ChartVerticalGridLines2D VerticalGridLines2D { get; }
Property Value
VerticalStripLines
Get the list of Chart vertical striplines.
Declaration
public IList<ChartVerticalStripLines> VerticalStripLines { get; }
Property Value
VerticalStripLines2D
Get the Chart VerticalStripLines2D control.
Declaration
public ChartVerticalStripLines2D VerticalStripLines2D { get; }
Property Value
XAxis
Get the XAxis xaml control.
XamlTag
Get the xaml tag of ChartArea.
Declaration
public override string XamlTag { get; }
Property Value
Overrides
YAxis
Get the YAxis xaml control.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides