Intersoft ClientUI Documentation
ScatterSeries Class
Members 



Represents a control that contains a data series to be rendered in X/Y scatter format.
Object Model
ScatterSeries ClassIRangeAxis InterfaceIAxis InterfaceStyleSelector ClassIRangeAxis InterfaceISFramework ClassIAxis InterfaceLegendItem ClassISeriesHost Interface
Syntax
<StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.ScatterDataPoint)>
<StyleTypedPropertyAttribute(Property="LegendItemStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.LegendItem)>
<TemplatePartAttribute(Name="PlotArea", Type=Intersoft.Client.UI.DataVisualization.ZoomPanel)>
Public Class ScatterSeries 
   Inherits DataPointSingleSeriesWithAxes
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAxisListenerIDataProviderIRangeProviderIRequireGlobalSeriesIndexIRequireSeriesHostISelectableSeriesISeriesISupportZoomIValueMarginProviderIZoomPanelHost 
Dim instance As ScatterSeries
[StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.ScatterDataPoint)]
[StyleTypedPropertyAttribute(Property="LegendItemStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.LegendItem)]
[TemplatePartAttribute(Name="PlotArea", Type=Intersoft.Client.UI.DataVisualization.ZoomPanel)]
public class ScatterSeries : DataPointSingleSeriesWithAxes, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAxisListenerIDataProviderIRangeProviderIRequireGlobalSeriesIndexIRequireSeriesHostISelectableSeriesISeriesISupportZoomIValueMarginProviderIZoomPanelHost  
[StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.ScatterDataPoint)]
[StyleTypedPropertyAttribute(Property="LegendItemStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.LegendItem)]
[TemplatePartAttribute(Name="PlotArea", Type=Intersoft.Client.UI.DataVisualization.ZoomPanel)]
public ref class ScatterSeries : public DataPointSingleSeriesWithAxes, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAxisListenerIDataProviderIRangeProviderIRequireGlobalSeriesIndexIRequireSeriesHostISelectableSeriesISeriesISupportZoomIValueMarginProviderIZoomPanelHost  
Remarks
A ScatterSeries is a set of individual dots on a two-dimensional chart. ScatterSeries are good for detecting groupings or patterns in many data points that have two variables (if you have only one variable, consider a line chart).
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.ScatterSeries

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

ScatterSeries Members
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback