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
- use by property member
colorMap
: ggplotColorMap
- use by property member
reader
: ggplotReader
- use by property member
which
: Expression
[Package
{$package} version {$version}
Index]