The class used to attach common tic options to a type that also specifies tic options.
Instance methods
along_axis
Set the tics to be displayed along the axis.
Sourcealong_border
Set the tics to be displayed along the border.
Sourceinside_graph
Set the tics to be displayed inside the graph.
Sourcelogscale(base = 10)
Set logarithmic scale with base for an axis.
Sourcemirror(value = true)
Set the tics to be mirrored on the opposite border if true.
Sourceoutside_graph
Set the tics to be displayed outside the graph.
Sourcerotate(value = true)
Set the tics to be rotated by 90 degrees if true.
SourceSet the tics to be rotated by given degrees.
SourceSet the scale for the major tics (identical to method scaleMajorBy).
Sourcescale_major_by(value :
Number)
Set the scale for the major tics.
Sourcescale_minor_by(value :
Number)
Set the scale for the minor tics.
Source