Xceed Chart for WinForms v4.4 Documentation
GridSurfaceSeries Class
Members 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : GridSurfaceSeries Class
Represents a grid surface series.
Object Model
GridSurfaceSeries Class
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
<SerializableAttribute()>
Public Class GridSurfaceSeries 
   Inherits SurfaceSeriesBase
'Usage
 
Dim instance As GridSurfaceSeries
[ClassInterface(ClassInterfaceType.AutoDual)]
[Serializable()]
public class GridSurfaceSeries : 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 GridSurfaceSeries = CType(chart.Series.Add(SeriesType.GridSurface), GridSurfaceSeries)

GridSurfaceSeries surface = (GridSurfaceSeries)chart.Series.Add(SeriesType.GridSurface);
Inheritance Hierarchy

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

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

Reference

GridSurfaceSeries Members
Xceed.Chart.Core Namespace
Series Class