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


In This Topic
    MeshSurfaceSeries Class
    In This Topic
    Represents a mesh surface series.
    Object Model
    MeshSurfaceSeries Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <TypeConverterAttribute(Xceed.Chart.Core.SeriesBaseConverter)>
    <SerializableAttribute()>
    Public Class MeshSurfaceSeries 
       Inherits SurfaceSeriesBase
    'Usage
     
    Dim instance As MeshSurfaceSeries
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [TypeConverter(Xceed.Chart.Core.SeriesBaseConverter)]
    [Serializable()]
    public class MeshSurfaceSeries : SurfaceSeriesBase 
    Remarks
    The user can create an instance of this class with the help of the Add method of the SeriesCollection class.
    
    Dim surface As MeshSurfaceSeries = CType(chart.Series.Add(SeriesType.MeshSurface), MeshSurfaceSeries)
    
    
    MeshSurfaceSeries surface = (MeshSurfaceSeries)chart.Series.Add(SeriesType.MeshSurface);
    
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.SeriesBase
          Xceed.Chart.Core.SurfaceSeriesBase
             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