text property

dynamic text

Implementation

external dynamic
    /*{
		/**
		 * Set the x Axis tick text's position relatively its original position
		 */
		position?: {
			x?: number;
			y?: number;
		};

		/**
		 * Show or hide tick text
		 */
		show?: boolean;
	}*/
    get text;
void text=(dynamic v)

Implementation

external set text(
    dynamic
        /*{
		/**
		 * Set the x Axis tick text's position relatively its original position
		 */
		position?: {
			x?: number;
			y?: number;
		};

		/**
		 * Show or hide tick text
		 */
		show?: boolean;
	}*/
        v);