ggplotFontFace {ggplot.elements} .NET clr documentation

ggplotFontFace

Description

Declare

            
# namespace ggplot.elements
export class ggplotFontFace extends Enum {
   plain: ggplotFontFace = 0;

   italic: ggplotFontFace = 1;

   bold: ggplotFontFace = 2;

   [@desc "bold.italic"]
   bold_italic: ggplotFontFace = 3;

}

        

.NET clr type reference tree

  1. this class extends from Enum class: Enum
  2. use by field member plain: ggplotFontFace
  3. use by field member italic: ggplotFontFace
  4. use by field member bold: ggplotFontFace
  5. use by field member bold_italic: ggplotFontFace

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