xLabelHeight property

num get xLabelHeight

Height of the x-axis label, in pixels. This also controls the default font size of the x-axis label. If you style the label on your own, this controls how much space is set aside below the chart for the x-axis label's div.

Default: 18

Implementation

external num get xLabelHeight;
set xLabelHeight (num v)

Implementation

external set xLabelHeight(num v);