XPlot


Titlefont

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Titlefont

CompiledName: .ctor

Instance members

Instance memberDescription
x.color()
Signature: unit -> string

CompiledName: set_color

x.color()
Signature: unit -> unit

CompiledName: get_color

x.family()
Signature: unit -> string

HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The plotly service (at https://plot.ly or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include Arial, Balto, Courier New, Droid Sans,, Droid Serif, Droid Sans Mono, Gravitas One, Old Standard TT, Open Sans, Overpass, PT Sans Narrow, Raleway, Times New Roman.

CompiledName: set_family

x.family()
Signature: unit -> unit

HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The plotly service (at https://plot.ly or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include Arial, Balto, Courier New, Droid Sans,, Droid Serif, Droid Sans Mono, Gravitas One, Old Standard TT, Open Sans, Overpass, PT Sans Narrow, Raleway, Times New Roman.

CompiledName: get_family

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

CompiledName: set_size

x.size()
Signature: unit -> unit

CompiledName: get_size

Fork me on GitHub