IAxisRenderingEventArgs

2 Oct 20251 minute to read

Specifies the axis rendering Event arguments.

Properties

cancel boolean

Defines the event cancel status.

lineColor string

Defines the sparkline axis line color.

lineWidth number

Defines the sparkline axis line width.

maxX number

Defines the sparkline axis max x.

maxY number

Defines the sparkline axis max y.

minX number

Defines the sparkline axis min x.

minY number

Defines the sparkline axis min y.

name string

Defines the name of the event.

sparkline Sparkline

Defines the current sparkline instance.

value number

Defines the sparkline axis value.