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

    Public Properties
     NameDescription
    Public PropertyGives you access to an instance of the EmptyDataPointsAppearance class controlling the appearance of the empty data points displayed by the series  
    Public PropertyInflates the margins of the series to fit the chart area.  
    Public PropertyGives you access to an instance of the SeriesLegend class controlling the representation of the series in the legend.  
    Public PropertyThe name of the series.  
    Public PropertyGives access to the Shadow object controlling the shadow of the series. Shadows are visible when the scene is rendered with GDI+.  
    Public PropertyControls the visibility of the series.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this series object  
    Public MethodOverloaded. Instructs the chart whether to scale the series on one of the standard chart axes.  
    Public MethodVirtual method returning a collection of the data series that the series uses. The included series are controlled with the included and excluded parameters.  
    Public MethodCreates a user control which can be used for the visual editing of the series  
    Public MethodOverloaded. Queries whether the series is scaled on the specified standard axis.  
    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