GetYAxisTickLineHeight typedef

GetYAxisTickLineHeight = double Function(double chartActualHeight)

CoordinateSystemPainter uses this callback to get Y-axis tick line width.

Implementation

typedef GetYAxisTickLineHeight = double Function(double chartActualHeight);