Tick

A Tick is a mark on an axis at a specific value.

Constructor

new Tick(value, labelopt, sizeopt, styleopt, stroke_widthopt)

Creates a new Tick with the given value.

Parameters:
NameTypeAttributesDescription
valuenumber

The value of the tick.

labelVectorObjectBuilder | null<optional>

The label of the tick.

sizenumber | null<optional>

The size of the tick.

styleStyle | null<optional>

The style of the tick.

stroke_widthnumber | null<optional>

The stroke width of the tick.

Classes

Tick

Members

label

Returns the label of the tick, if any.

size

Returns the size of the tick.

stroke_width

Returns the stroke width of the tick.

style

Returns the style of the tick.

value

Returns the value of the tick.