XPlot


X

Namespace: XPlot.Plotly
Parent Module: Graph

Constructors

ConstructorDescription
new()
Signature: unit -> X

CompiledName: .ctor

Instance members

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

CompiledName: set_color

x.color()
Signature: unit -> unit

CompiledName: get_color

x.highlight()
Signature: unit -> bool

CompiledName: set_highlight

x.highlight()
Signature: unit -> unit

CompiledName: get_highlight

x.highlightColor()
Signature: unit -> string

CompiledName: set_highlightColor

x.highlightColor()
Signature: unit -> unit

CompiledName: get_highlightColor

x.highlightWidth()
Signature: unit -> float

CompiledName: set_highlightWidth

x.highlightWidth()
Signature: unit -> unit

CompiledName: get_highlightWidth

x.opacity()
Signature: unit -> float

Sets the projection color.

CompiledName: set_opacity

x.opacity()
Signature: unit -> unit

Sets the projection color.

CompiledName: get_opacity

x.project()
Signature: unit -> Project

CompiledName: set_project

x.project()
Signature: unit -> unit

CompiledName: get_project

x.scale()
Signature: unit -> float

Sets the scale factor determining the size of the projection marker points.

CompiledName: set_scale

x.scale()
Signature: unit -> unit

Sets the scale factor determining the size of the projection marker points.

CompiledName: get_scale

x.ShouldSerializecolor()
Signature: unit -> bool
x.ShouldSerializehighlight()
Signature: unit -> bool
x.ShouldSerializehighlightColor()
Signature: unit -> bool
x.ShouldSerializehighlightWidth()
Signature: unit -> bool
x.ShouldSerializeopacity()
Signature: unit -> bool
x.ShouldSerializeproject()
Signature: unit -> bool
x.ShouldSerializescale()
Signature: unit -> bool
x.ShouldSerializeshow()
Signature: unit -> bool
x.ShouldSerializeusecolormap()
Signature: unit -> bool
x.ShouldSerializewidth()
Signature: unit -> bool
x.show()
Signature: unit -> bool

Sets whether or not projections are shown along the x axis.

CompiledName: set_show

x.show()
Signature: unit -> unit

Sets whether or not projections are shown along the x axis.

CompiledName: get_show

x.usecolormap()
Signature: unit -> bool

CompiledName: set_usecolormap

x.usecolormap()
Signature: unit -> unit

CompiledName: get_usecolormap

x.width()
Signature: unit -> float

CompiledName: set_width

x.width()
Signature: unit -> unit

CompiledName: get_width

Fork me on GitHub