Search results

Chart3DTickElement API in Vue Chart3d API component

Interface representing properties and attributes for tick elements in a chart.

Properties

axisName

string

The name of the axis associated with the tick (optional).

child

Element

The child element associated with the tick.

font

FontModel

The font style for text-based ticks (optional).

id

string

The unique identifier of the tick element.

opacity

number

The opacity of the tick element (optional).

stroke

string

The stroke color of the tick element.

tag

string

A tag associated with the tick element.

width

number

The width of the tick element.