culling property

dynamic culling

Setting for culling ticks. If true is set, the ticks will be culled, then only limitted tick text will be shown. This option does not hide the tick lines. If false is set, all of ticks will be shown.

Implementation

external dynamic /*bool|CullingConfiguration*/ get culling;
void culling=(dynamic v)

Implementation

external set culling(dynamic /*bool|CullingConfiguration*/ v);