Class RadPolarChart
Inheritance
System.Object
RadPolarChart
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadPolarChart : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadPolarChart()
Declaration
public RadPolarChart()
Properties
CategoricalRadialAxis
Declaration
public CategoricalRadialAxis CategoricalRadialAxis { get; }
Property Value
CategoricalRadialAxis
|
LabelsCount
Declaration
public int LabelsCount { get; }
Property Value
System.Int32
|
NumericRadialAxis
PolarAreaSeries
Declaration
public IList<PolarAreaSeries> PolarAreaSeries { get; }
Property Value
System.Collections.Generic.IList<PolarAreaSeries>
|
PolarAreaSeriesCount
Declaration
public int PolarAreaSeriesCount { get; }
Property Value
System.Int32
|
PolarAxis
PolarChartGrid
PolarCustomAnnotations
Declaration
public IList<PolarCustomAnnotation> PolarCustomAnnotations { get; }
Property Value
System.Collections.Generic.IList<PolarCustomAnnotation>
|
PolarCustomAnnotationsCount
Declaration
public int PolarCustomAnnotationsCount { get; }
Property Value
System.Int32
|
PolarLineAnnotations
Declaration
public IList<PolarAxisGridLineAnnotation> PolarLineAnnotations { get; }
Property Value
System.Collections.Generic.IList<PolarAxisGridLineAnnotation>
|
PolarLineAnnotationsCount
Declaration
public int PolarLineAnnotationsCount { get; }
Property Value
System.Int32
|
PolarLineSeries
Declaration
public IList<PolarLineSeries> PolarLineSeries { get; }
Property Value
System.Collections.Generic.IList<PolarLineSeries>
|
PolarLineSeriesCount
Declaration
public int PolarLineSeriesCount { get; }
Property Value
System.Int32
|
PolarPlotBandAnnotations
Declaration
public IList<PolarAxisPlotBandAnnotation> PolarPlotBandAnnotations { get; }
Property Value
System.Collections.Generic.IList<PolarAxisPlotBandAnnotation>
|
PolarPlotBandAnnotationsCount
Declaration
public int PolarPlotBandAnnotationsCount { get; }
Property Value
System.Int32
|
PolarPointSeries
Declaration
public IList<PolarPointSeries> PolarPointSeries { get; }
Property Value
System.Collections.Generic.IList<PolarPointSeries>
|
PolarPointSeriesCount
Declaration
public int PolarPointSeriesCount { get; }
Property Value
System.Int32
|
RadarAreaSeries
Declaration
public IList<RadarAreaSeries> RadarAreaSeries { get; }
Property Value
System.Collections.Generic.IList<RadarAreaSeries>
|
RadarAreaSeriesCount
Declaration
public int RadarAreaSeriesCount { get; }
Property Value
System.Int32
|
RadarLineSeries
Declaration
public IList<RadarLineSeries> RadarLineSeries { get; }
Property Value
System.Collections.Generic.IList<RadarLineSeries>
|
RadarLineSeriesCount
Declaration
public int RadarLineSeriesCount { get; }
Property Value
System.Int32
|
RadarPointSeries
Declaration
public IList<RadarPointSeries> RadarPointSeries { get; }
Property Value
System.Collections.Generic.IList<RadarPointSeries>
|
RadarPointSeriesCount
Declaration
public int RadarPointSeriesCount { get; }
Property Value
System.Int32
|
RadialLineAnnotations
Declaration
public IList<RadialAxisGridLineAnnotation> RadialLineAnnotations { get; }
Property Value
System.Collections.Generic.IList<RadialAxisGridLineAnnotation>
|
RadialLineAnnotationsCount
Declaration
public int RadialLineAnnotationsCount { get; }
Property Value
System.Int32
|
RadialPlotBandAnnotations
Declaration
public IList<RadialAxisPlotBandAnnotation> RadialPlotBandAnnotations { get; }
Property Value
System.Collections.Generic.IList<RadialAxisPlotBandAnnotation>
|
RadialPlotBandAnnotationsCount
Declaration
public int RadialPlotBandAnnotationsCount { get; }
Property Value
System.Int32
|
SeriesItemLabels
Declaration
public IList<IList<ChartViewSeriesItemLabel>> SeriesItemLabels { get; }
Property Value
System.Collections.Generic.IList<System.Collections.Generic.IList<ChartViewSeriesItemLabel>>
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|