XPlot


RadialAxis

Constructors

ConstructorDescription
new()
Signature: unit -> RadialAxis

Instance members

Instance memberDescription
domain()
Signature: unit -> float []

Polar chart subplots are not supported yet. This key has currently no effect.

domain()
Signature: unit -> unit

Polar chart subplots are not supported yet. This key has currently no effect.

endpadding()
Signature: unit -> float

more info coming soon

endpadding()
Signature: unit -> unit

more info coming soon

orientation()
Signature: unit -> float

Sets the orientation (an angle with respect to the origin) of the radial axis.

orientation()
Signature: unit -> unit

Sets the orientation (an angle with respect to the origin) of the radial axis.

range()
Signature: unit -> float []

Defines the start and end point of this radial-axis.

range()
Signature: unit -> unit

Defines the start and end point of this radial-axis.

ShouldSerializedomain()
Signature: unit -> bool
ShouldSerializeendpadding()
Signature: unit -> bool
ShouldSerializeorientation()
Signature: unit -> bool
ShouldSerializerange()
Signature: unit -> bool
ShouldSerializeshowline()
Signature: unit -> bool
ShouldSerializeshowticklabels()
Signature: unit -> bool
ShouldSerializetickcolor()
Signature: unit -> bool
ShouldSerializeticklen()
Signature: unit -> bool
ShouldSerializetickorientation()
Signature: unit -> bool
ShouldSerializeticksuffix()
Signature: unit -> bool
ShouldSerializevisible()
Signature: unit -> bool
showline()
Signature: unit -> bool

Toggle whether or not the line bounding this radial-axis will be shown on the figure.

showline()
Signature: unit -> unit

Toggle whether or not the line bounding this radial-axis will be shown on the figure.

showticklabels()
Signature: unit -> bool

Toggle whether or not the radial axis ticks will feature tick labels.

showticklabels()
Signature: unit -> unit

Toggle whether or not the radial axis ticks will feature tick labels.

tickcolor()
Signature: unit -> string

Sets the color of the tick lines on this radial axis.

tickcolor()
Signature: unit -> unit

Sets the color of the tick lines on this radial axis.

ticklen()
Signature: unit -> float

Sets the length of the tick lines on this radial axis.

ticklen()
Signature: unit -> unit

Sets the length of the tick lines on this radial axis.

tickorientation()
Signature: unit -> string

Choose the orientation (from the paper perspective) of the radial axis tick labels.

tickorientation()
Signature: unit -> unit

Choose the orientation (from the paper perspective) of the radial axis tick labels.

ticksuffix()
Signature: unit -> string

Sets the length of the tick lines on this radial axis.

ticksuffix()
Signature: unit -> unit

Sets the length of the tick lines on this radial axis.

visible()
Signature: unit -> string

Toggles whether or not this object will be visible on the rendered figure.

visible()
Signature: unit -> unit

Toggles whether or not this object will be visible on the rendered figure.

Fork me on GitHub