SubTickPosition

The position (inside or outside) of the secondary to the primary scale divisions.

Schema: tchmi:framework#/definitions/RadialGauge.LabelPosition

Attribute getter

public getSubTickPosition(): 'Inside' | 'Outside' | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

'Inside', 'Outside', undefined

The current value of the attribute.

Attribute setter

public setSubTickPosition(valueNew: 'Inside' | 'Outside' | null): void;

Parameter

Name

Type

Description

valueNew

'Inside', 'Outside', null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

SubTickPosition 1:

Available from 1.8