ggplot {ggplot} .NET clr documentation

ggplot

Description

graphics drawing engine of the ggplot library

Declare

            
# namespace ggplot
export class ggplot extends Plot {
   # a tuple list of the plot arguments
   args: list;
   base: ggplotBase;
   clearCanvas: boolean;
   # the source data for the ggplot chartting plot, data value type could be dataframe, list, and others
   data: any kind;
   # the driver flag for the graphics device
   driver: Drivers;
   # the runtime environment for current ggplot object, 
   #  which is comes from the first 
   #  @M:ggplot.ggplot2.ggplot(System.Object,System.Object,System.Object,SMRUCC.Rsharp.Runtime.Internal.Object.list,SMRUCC.Rsharp.Runtime.Environment) 
   #  function calls.
   environment: Environment;
   # the theme of the plot
   ggplotTheme: Theme;
   # does the given plot data has [x,y,z] axis data?
   is3D: boolean;
   # the plot layers: scatter, line, bar, etc
   layers: iterates(ggplotLayer);
   legendTitle: string;
   main: string;
   # works on 2D chart plot
   panelBorder: rectElement;
   titleOffset: double;
   xlabel: string;
   ylabel: string;
   zlabel: string;
}

        

.NET clr type reference tree

  1. this class extends from Plot class: Plot
  2. use by property member base: ggplotBase
  3. use by property member data: any kind
  4. use by property member driver: Drivers
  5. use by property member ggplotTheme: Theme
  6. use by property member layers: iterates(ggplotLayer)
  7. use by property member panelBorder: rectElement

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