Xceed Chart for WinForms v4.4 Documentation
XYScatterSeries Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : XYScatterSeries Class
XYScatterSeries is the base class of all series which support custom X positioning of their data points.
Object Model
XYScatterSeries Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public MustInherit Class XYScatterSeries 
   Inherits Series
'Usage
 
Dim instance As XYScatterSeries
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public abstract class XYScatterSeries : Series 
Remarks
The XYScatterSeries class inherits all functionality of the Series class and add support for the following features:
Inheritance Hierarchy

System.Object
   Xceed.Chart.Core.SeriesBase
      Xceed.Chart.Core.Series
         Xceed.Chart.Core.XYScatterSeries
            Xceed.Chart.Core.AreaSeries
            Xceed.Chart.Core.BubbleSeries
            Xceed.Chart.Core.HighLowSeries
            Xceed.Chart.Core.LineSeries
            Xceed.Chart.Core.PointSeries
            Xceed.Chart.Core.ShapeSeries
            Xceed.Chart.Core.StockSeries

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

XYScatterSeries Members
Xceed.Chart.Core Namespace