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

    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyGives you access to the Appearance object  
    Public PropertyGives you access to the ValueFormatting object controlling the formatting of the cumulative values.  
    Public PropertyGives you access to the DataLabels object controlling the appearance of the data point labels.  
    Public PropertyGives you access to an instance of the EmptyDataPointsAppearance class controlling the appearance of the empty data points displayed by the series (Inherited from Xceed.Chart.Core.SeriesBase)
    Public PropertyGives you access to the ValueFormatting object controlling the formatting of the index data labels.  
    Public PropertyInflates the margins of the series to fit the chart area. (Inherited from Xceed.Chart.Core.SeriesBase)
    Public PropertyGives you access to the SeriesInteractivity object controlling the interactivity features of the data points.  
    Public PropertyGives you access to the labels data series.  
    Public PropertyGives you access to an instance of the SeriesLegend class controlling the representation of the series in the legend. (Inherited from Xceed.Chart.Core.SeriesBase)
    Public PropertyGives you access to the Markers object controlling the appearance of the data point markers.  
    Public PropertyThe name of the series. (Inherited from Xceed.Chart.Core.SeriesBase)
    Public PropertyGives you access to the ValueFormatting object controlling the formatting of the percent values.  
    Public PropertyGives access to the Shadow object controlling the shadow of the series. Shadows are visible when the scene is rendered with GDI+. (Inherited from Xceed.Chart.Core.SeriesBase)
    Public PropertyGives you access to the ValueFormatting object controlling the formatting of the total formatting command.  
    Public PropertyGives you access to the Values data series.  
    Public PropertyControls the visibility of the series. (Inherited from Xceed.Chart.Core.SeriesBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a new value in the Values series.  
    Public MethodCreates an identical copy of this series object (Inherited from Xceed.Chart.Core.SeriesBase)
    Public MethodOverloaded. Instructs the chart whether to scale the series on one of the standard chart axes. (Inherited from Xceed.Chart.Core.SeriesBase)
    Public MethodOverridden. Virtual method returning a collection of the data series that the series uses.  
    Public MethodCreates a user control which can be used for the visual editing of the series (Inherited from Xceed.Chart.Core.SeriesBase)
    Public MethodOverloaded. Queries whether the series is scaled on the specified standard axis. (Inherited from Xceed.Chart.Core.SeriesBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    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