ggplotGroup {ggplot.layers} | .NET clr documentation |
the base type of the group plot in ggplot
# namespace ggplot.layers
export class ggplotGroup extends ggplotLayer {
alpha: double;
colorMap: ggplotColorMap;
groupWidth: double;
reader: ggplotReader;
showLegend: boolean;
which: Expression;
zindex: integer;
}
colorMap
: ggplotColorMapreader
: ggplotReaderwhich
: Expression