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


In This Topic
    SurfaceSeriesBase Class
    In This Topic
    Abstract base class for the GridSurfaceSeries and MeshSurfaceSeries. This class contains common functionality for the surface series like surface palette management, control of the surface filling style, frame style and appearance, flat surface mode etc.
    Object Model
    SurfaceSeriesBase Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Core.SeriesBaseConverter)>
    <SerializableAttribute()>
    Public MustInherit Class SurfaceSeriesBase 
       Inherits SeriesBase
    'Usage
     
    Dim instance As SurfaceSeriesBase
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.SeriesBaseConverter)]
    [Serializable()]
    public abstract class SurfaceSeriesBase : SeriesBase 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.SeriesBase
          Xceed.Chart.Core.SurfaceSeriesBase
             Xceed.Chart.Core.GridSurfaceSeries
             Xceed.Chart.Core.MeshSurfaceSeries

    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