AxisTick.setTickStyle

Syntax

setTickStyle(obj: Object);

Parameters

obj. Axis tick mark style. The parameter is a JSON object that has the following fields: Length - tick mark length, Border - parameters of axis tick mark border.

Description

The setTickStyle method sets axis tick mark style.

Example

The example of use is given on the page with description of the CylinderGaugeAxis.getValuePoint method.

See also:

AxisTick