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


In This Topic
    SeriesBase Class
    In This Topic
    SeriesBase is the base class of all series.
    Object Model
    SeriesBase Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Core.SeriesBaseConverter)>
    <SerializableAttribute()>
    Public MustInherit Class SeriesBase 
    'Usage
     
    Dim instance As SeriesBase
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.SeriesBaseConverter)]
    [Serializable()]
    public abstract class SeriesBase 
    Remarks
    It implements support for the following base series functionality.
    • control over the series visibility
    • control over the series name
    • representation of the series in the legend
    • scaling of the series on the chart axes
    • querying whether a series is scaled on specific axis
    • uniform access to the data series that the series uses
    • control over the appearance of the empty data points
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.SeriesBase
          Xceed.Chart.Core.Series
          Xceed.Chart.Core.SurfaceSeriesBase

    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