ggplotElement {ggplot.elements} .NET clr documentation

ggplotElement

Description

Theme elements

In conjunction with the theme system, the element_ functions specify the display of how non-data components of the plot are drawn.

Declare

            
# namespace ggplot.elements
export class ggplotElement extends element_blank {
   layout: Layout;
   waiver: boolean;
}

        

.NET clr type reference tree

  1. this class extends from element_blank class: element_blank
  2. use by property member layout: Layout

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