Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / XYScatterSeries Class
Members


In This Topic
    XYScatterSeries Class
    In This Topic
    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)>
    <TypeConverterAttribute(Xceed.Chart.Core.SeriesBaseConverter)>
    <SerializableAttribute()>
    Public MustInherit Class XYScatterSeries 
       Inherits Series
    'Usage
     
    Dim instance As XYScatterSeries
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.SeriesBaseConverter)]
    [Serializable()]
    public abstract class XYScatterSeries : Series 
    Remarks
    The XYScatterSeries class inherits all functionality of the Series class and add support for the following features:
    • data series containing the custom X data point positions
    • control whether custom X positions should be used
    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