Hierarchy

  • YAxis

Properties

dataMax: number

The maximum value of the chart data.

dataMin: number

The minimum value of the chart data.

majorTick: YAxisMajorTick

The y axis major tick properties.

max: number

The maximum value of the y axis.

min: number

The minimum value of the y axis.

minorTick: YAxisMinorTick

The y axis minor tick properties.

scale: string

The scale of the axis.

size: number

The size of the axis.

step: number

The increment between major tick marks in y axis.

tickLabel: YAxisTickLabel

The y axis tick label properties.

title: string

The axis title.

titleStyle: object

The axis title style.

viewportMax: number

The current maximum value of y axis viewport.

viewportMin: number

The current minimum value of y axis viewport.

Generated using TypeDoc