XPlot


Textfont

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> Textfont

CompiledName: .ctor

Instance members

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

CompiledName: set_color

x.color()
Signature: unit -> unit

CompiledName: get_color

x.colorsrc()
Signature: unit -> string

Sets the source reference on plot.ly for color .

CompiledName: set_colorsrc

x.colorsrc()
Signature: unit -> unit

Sets the source reference on plot.ly for color .

CompiledName: get_colorsrc

x.family()
Signature: unit -> string

CompiledName: set_family

x.family()
Signature: unit -> unit

CompiledName: get_family

x.familysrc()
Signature: unit -> string

Sets the source reference on plot.ly for family .

CompiledName: set_familysrc

x.familysrc()
Signature: unit -> unit

Sets the source reference on plot.ly for family .

CompiledName: get_familysrc

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

CompiledName: set_size

x.size()
Signature: unit -> unit

CompiledName: get_size

x.sizesrc()
Signature: unit -> string

Sets the source reference on plot.ly for size .

CompiledName: set_sizesrc

x.sizesrc()
Signature: unit -> unit

Sets the source reference on plot.ly for size .

CompiledName: get_sizesrc

Fork me on GitHub