ClassRadPolarChart
Represents the RadPolarChart for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadPolarChart : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadPolarChart
Implements:
Inherited Members
Constructors
RadPolarChart()
Initializes a new instance of the RadPolarChart class.
Declaration
public RadPolarChart()
Properties
CategoricalRadialAxis
Get the CategoricalRadialAxis.
Declaration
public CategoricalRadialAxis CategoricalRadialAxis { get; }
Property Value
LabelsCount
Get the labels count.
NumericRadialAxis
Get the NumericRadialAxis.
Declaration
public NumericRadialAxis NumericRadialAxis { get; }
Property Value
PolarAreaSeries
Get the list of PolarArea series.
Declaration
public IList<PolarAreaSeries> PolarAreaSeries { get; }
Property Value
PolarAreaSeriesCount
Get the PolarArea series count.
PolarAxis
Get the PolarAxis.
PolarChartGrid
Get the PolarChartGrid.
Declaration
public PolarChartGrid PolarChartGrid { get; }
Property Value
PolarCustomAnnotations
Get the PolarCustomAnnotation.
Declaration
public IList<PolarCustomAnnotation> PolarCustomAnnotations { get; }
Property Value
PolarCustomAnnotationsCount
Get the Polar Custom Annotations count.
PolarLineAnnotations
Get the PolarLineAnnotation.
Declaration
public IList<PolarAxisGridLineAnnotation> PolarLineAnnotations { get; }
Property Value
PolarLineAnnotationsCount
Get the Polar Line Annotations count.
PolarLineSeries
Get the list of PolarLine series.
Declaration
public IList<PolarLineSeries> PolarLineSeries { get; }
Property Value
PolarLineSeriesCount
Get the PolarLine series count.
PolarPlotBandAnnotations
Get the PolarAxisPlotBandAnnotation.
Declaration
public IList<PolarAxisPlotBandAnnotation> PolarPlotBandAnnotations { get; }
Property Value
PolarPlotBandAnnotationsCount
Get the Polar PlotBand Annotations count.
PolarPointSeries
Get the list of PolarPoint series.
Declaration
public IList<PolarPointSeries> PolarPointSeries { get; }
Property Value
PolarPointSeriesCount
Get the PolarPoint series count.
RadarAreaSeries
Get the list of RadarArea series.
Declaration
public IList<RadarAreaSeries> RadarAreaSeries { get; }
Property Value
RadarAreaSeriesCount
Get the RadarArea series count.
RadarLineSeries
Get the list of RadarLine series.
Declaration
public IList<RadarLineSeries> RadarLineSeries { get; }
Property Value
RadarLineSeriesCount
Get the RadarLine series count.
RadarPointSeries
Get the list of RadarPoint series.
Declaration
public IList<RadarPointSeries> RadarPointSeries { get; }
Property Value
RadarPointSeriesCount
Get the RadarPoint series count.
RadialLineAnnotations
Get the RadialAxisGridLineAnnotation.
Declaration
public IList<RadialAxisGridLineAnnotation> RadialLineAnnotations { get; }
Property Value
RadialLineAnnotationsCount
Get the Radial Line Annotations count.
RadialPlotBandAnnotations
Get the RadialAxisPlotBandAnnotation.
Declaration
public IList<RadialAxisPlotBandAnnotation> RadialPlotBandAnnotations { get; }
Property Value
RadialPlotBandAnnotationsCount
Get the Radial PlotBand Annotations count.
SeriesItemLabels
Get the list of Labels.
Declaration
public IList<IList<ChartViewSeriesItemLabel>> SeriesItemLabels { 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