Intersoft ClientUI Documentation
RadarSeries Class
Members 



This series serves as the base class for the Radar and Polar series.
Object Model
RadarSeries ClassIRangeAxis InterfaceStyleSelector ClassIRangeAxis InterfaceISFramework ClassLegendItem ClassISeriesHost Interface
Syntax
Remarks

In a RadarSeries, data points are drawn evenly spaced, clockwise around the chart. The value of the point is represented as the distance from the center of the chart, where the center represents the minimum value, and the chart edge is the maximum value. Each series is drawn as one complete circuit of the chart. The chart connects these points with straight or curved lines, as you specify.

So, a RadarSeries is essentially a line chart wrapped into a circle, where the y-axis goes from the center of the chart to the perimeter, and the x-axis is the perimeter of the chart, starting and ending at the 12:00 line. One application of RadarSeries is the control of quality improvement to display the performance metrics of any ongoing program,

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.DataVisualization.Series
                     Intersoft.Client.UI.DataVisualization.DataPointSeries
                        Intersoft.Client.UI.DataVisualization.DataPointSeriesWithAxes
                           Intersoft.Client.UI.DataVisualization.DataPointSingleSeriesWithAxes
                              Intersoft.Client.UI.DataVisualization.CollapsibleDataPointSingleSeriesWithAxes
                                 Intersoft.Client.UI.DataVisualization.RadarPolarSeriesBase
                                    Intersoft.Client.UI.DataVisualization.RadarPolarSeriesBase<T>
                                       Intersoft.Client.UI.DataVisualization.RadarSeries

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RadarSeries Members
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback