XPlot


AngularAxis

Constructors

ConstructorDescription
new()
Signature: unit -> AngularAxis

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

range()
Signature: unit -> float []

Defines the start and end point of this angular-axis. By default, 'range' is set to [0,360]. Has no effect if 't' is linked to an array of strings.

range()
Signature: unit -> unit

Defines the start and end point of this angular-axis. By default, 'range' is set to [0,360]. Has no effect if 't' is linked to an array of strings.

ShouldSerializedomain()
Signature: unit -> bool
ShouldSerializeendpadding()
Signature: unit -> bool
ShouldSerializerange()
Signature: unit -> bool
ShouldSerializeshowline()
Signature: unit -> bool
ShouldSerializeshowticklabels()
Signature: unit -> bool
ShouldSerializetickcolor()
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 angular-axis will be shown on the figure. If 'showline' is set to TRUE, the bounding line starts from the origin and extends to the edge of radial axis.

showline()
Signature: unit -> unit

Toggle whether or not the line bounding this angular-axis will be shown on the figure. If 'showline' is set to TRUE, the bounding line starts from the origin and extends to the edge of radial axis.

showticklabels()
Signature: unit -> bool

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

showticklabels()
Signature: unit -> unit

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

tickcolor()
Signature: unit -> string

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

tickcolor()
Signature: unit -> unit

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

tickorientation()
Signature: unit -> string

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

tickorientation()
Signature: unit -> unit

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

ticksuffix()
Signature: unit -> string

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

ticksuffix()
Signature: unit -> unit

Sets the length of the tick lines on this angular 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