ggplotLayer {ggplot.layers} .NET clr documentation

ggplotLayer

Description

Declare

            
# namespace ggplot.layers
export class ggplotLayer {
   alpha: double;
   colorMap: ggplotColorMap;
   # the custom data reader for each ggplot plot layer
   reader: ggplotReader;
   showLegend: boolean;
   which: Expression;
   # z-index, the smaller value of this index, the first that we draw this image layer
   zindex: integer;
}

        

.NET clr type reference tree

  1. use by property member colorMap: ggplotColorMap
  2. use by property member reader: ggplotReader
  3. use by property member which: Expression

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