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|{
		/**
		 * The number of tick texts will be adjusted to less than this value.
		 */
		max?: number;
	}*/
    get culling;
void culling=(dynamic v)

Implementation

external set culling(
    dynamic
        /*bool|{
		/**
		 * The number of tick texts will be adjusted to less than this value.
		 */
		max?: number;
	}*/
        v);