XPlot


Font

Constructors

ConstructorDescription
new()
Signature: unit -> Font

Instance members

Instance memberDescription
color()
Signature: unit -> string

Sets the color of the text font. If linked directly from 'layout', set the color of the global font.

color()
Signature: unit -> unit

Sets the color of the text font. If linked directly from 'layout', set the color of the global font.

family()
Signature: unit -> string

Sets the font family. If linked in the first level of the layout object, set the color of the global font. The default font in Plotly is 'Open Sans, sans-serif'.

family()
Signature: unit -> unit

Sets the font family. If linked in the first level of the layout object, set the color of the global font. The default font in Plotly is 'Open Sans, sans-serif'.

outlinecolor()
Signature: unit -> string

For polar chart only. Sets the color of the text's outline.

outlinecolor()
Signature: unit -> unit

For polar chart only. Sets the color of the text's outline.

ShouldSerializecolor()
Signature: unit -> bool
ShouldSerializefamily()
Signature: unit -> bool
ShouldSerializeoutlinecolor()
Signature: unit -> bool
ShouldSerializesize()
Signature: unit -> bool
size()
Signature: unit -> float

Sets the size of text font. If linked directly from 'layout', set the size of the global font.

size()
Signature: unit -> unit

Sets the size of text font. If linked directly from 'layout', set the size of the global font.

Fork me on GitHub