textElement {ggplot.elements} | .NET clr documentation |
data model helper for create the css font object
# 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;
}
layout
: Layoutstyle
: CSSFont