Xceed Chart for WinForms v4.4 Documentation
Data Property (MeshSurfaceSeries)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > MeshSurfaceSeries Class : Data Property
Gives access to the MeshSurfaceData object controlling the surface data storage.
Syntax
'Declaration
 
<DescriptionAttribute("Gives access to the MeshSurfaceData object controlling the surface data storage.")>
<CategoryAttribute("Data Series")>
Public Property Data As MeshSurfaceData
'Usage
 
Dim instance As MeshSurfaceSeries
Dim value As MeshSurfaceData
 
instance.Data = value
 
value = instance.Data
[Description("Gives access to the MeshSurfaceData object controlling the surface data storage.")]
[Category("Data Series")]
public MeshSurfaceData Data {get; set;}
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

MeshSurfaceSeries Class
MeshSurfaceSeries Members