Serial3D {Microsoft.VisualBasic.Data.ChartPlots.Plot3D} .NET clr documentation

Serial3D

Description

Scatter serial data in 3D

Declare

            
# namespace Microsoft.VisualBasic.Data.ChartPlots.Plot3D
export class Serial3D {
   Color: Color;
   # The point data which tagged a name label, if the label is empty, then will not display on the plot.
   Points: NamedValue`1[];
   PointSize: double;
   Shape: LegendStyles;
   Title: string;
}

        

.NET clr type reference tree

  1. use by property member Color: Color
  2. use by property member Points: NamedValue`1
  3. use by property member Shape: LegendStyles

[Package {$package} version {$version} Index]