textElement {ggplot.elements} .NET clr documentation

textElement

Description

data model helper for create the css font object

Declare

            
# namespace ggplot.elements
export class textElement extends ggplotElement {
   # the text drawing angle
   angle: double;
   # the text drawing color
   color: string;
   layout: Layout;
   # the font for drawing the specific text elements
   style: CSSFont;
}

        

.NET clr type reference tree

  1. this class extends from ggplotElement class: ggplotElement
  2. use by property member layout: Layout
  3. use by property member style: CSSFont

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