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


In This Topic
    Series Class
    In This Topic
    Series is the base class of all series with one dimensional value arrays.
    Object Model
    Series Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Core.SeriesBaseConverter)>
    <SerializableAttribute()>
    Public MustInherit Class Series 
       Inherits SeriesBase
    'Usage
     
    Dim instance As Series
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.SeriesBaseConverter)]
    [Serializable()]
    public abstract class Series : SeriesBase 
    Remarks
    The Series class inherits all functionality of the SeriesBase class and adds support for the following features:
    • control over the appearance of the series
    • control over the series data labels
    • control over the series markers
    • control over the series interactivity
    • support for Values and Labels data series
    • control over the series interactivity
    • support for total, percent, cumulative and index format commands
    • control over the formatting of the total, percent, cumulative and index formatting commands
    • helper methods for feeding data to the data series
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.SeriesBase
          Xceed.Chart.Core.Series
             Xceed.Chart.Core.BarSeries
             Xceed.Chart.Core.FloatBarSeries
             Xceed.Chart.Core.PieSeries
             Xceed.Chart.Core.PolarSeries
             Xceed.Chart.Core.RadarSeries
             Xceed.Chart.Core.XYScatterSeries

    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