Intersoft.Client.UI.DataVisualization Namespace : RadarSeries Class |
Public Class RadarSeries Inherits Intersoft.Client.UI.DataVisualization.RadarPolarSeriesBase(Of RadarDataPoint) Implements Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAxisListener, IDataProvider, IRangeProvider, IRequireGlobalSeriesIndex, IRequireSeriesHost, ISelectableSeries, ISeries, ISupportZoom, IValueMarginProvider, IZoomPanelHost
Dim instance As RadarSeries
public class RadarSeries : Intersoft.Client.UI.DataVisualization.RadarPolarSeriesBase<RadarDataPoint>, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAxisListener, IDataProvider, IRangeProvider, IRequireGlobalSeriesIndex, IRequireSeriesHost, ISelectableSeries, ISeries, ISupportZoom, IValueMarginProvider, IZoomPanelHost
public ref class RadarSeries : public Intersoft.Client.UI.DataVisualization.RadarPolarSeriesBase<RadarDataPoint>, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAxisListener, IDataProvider, IRangeProvider, IRequireGlobalSeriesIndex, IRequireSeriesHost, ISelectableSeries, ISeries, ISupportZoom, IValueMarginProvider, IZoomPanelHost
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,
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
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