Constructor
new Tick(value, labelopt, sizeopt, styleopt, stroke_widthopt)
Creates a new Tick with the given value.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
value | number | The value of the tick. | |
label | VectorObjectBuilder | | <optional> | The label of the tick. |
size | number | | <optional> | The size of the tick. |
style | Style | | <optional> | The style of the tick. |
stroke_width | number | | <optional> | The stroke width of the tick. |
- Source
Classes
Members
label
Returns the label of the tick, if any.
- Source
size
Returns the size of the tick.
- Source
stroke_width
Returns the stroke width of the tick.
- Source
style
Returns the style of the tick.
- Source
value
Returns the value of the tick.
- Source