Parameter | Type | Description | Defined By |
---|---|---|---|
border | Object | Specifies the border for this element. Available property are: @Option enable {boolean} If enable the border @Option color {String} the border's color.(default to '#BCBCBC') @Option style {String} the border's style.(default to 'solid') @Option width {Number/String} the border's width.If given array,the option radius will be 0.(default to 1) @Option radius {Number/String} the border's radius.(default to 0) | Element |
line_color | Number | Specifies the linewidth of the crosshair.(default to 1) | CrossHair |
line_width | Number | Specifies the linewidth of the crosshair.(default to 1) | CrossHair |
shadow | Boolean | Specifies whether the element should be show a shadow.In general there will be get a high render speed when apply false.(default to false) | Element |
shadow_blur | Number | Specifies How blur you want your shadow to be.(default to 4) | Element |
shadow_color | String | Specifies the color of your shadow is.(default to '#666666') | Element |
shadow_offsetx | Number | Specifies Horizontal distance (x-axis) between the shadow and the shape in pixel.(default to 0) | Element |
shadow_offsety | Number | Specifies Vertical distance (y-axis) between the shadow and the shape in pixel.(default to 0) | Element |
style | String | Custom style specification to be applied to this element.(default to '') like this:'padding:10px;font-size:12px' | Html |
Name | Description | Defined By |
---|---|---|
initialize | Fires after the element initializing is finished this is for test
Parameter
| Element |
Name | Description | Defined By |
---|