'Declaration <CategoryAttribute("Data Series")> <DescriptionAttribute("Gives access to the GridSurfaceData object controlling the surface data storage.")> Public ReadOnly Property Data As GridSurfaceData
'Usage Dim instance As GridSurfaceSeries Dim value As GridSurfaceData value = instance.Data
[Category("Data Series")] [Description("Gives access to the GridSurfaceData object controlling the surface data storage.")] public GridSurfaceData Data {get;}