Class type Ext_chart_Mask.configs


class type configs = object .. end
Inherits
method mask : 'a. 'a Js.t Js.prop

Enables selecting a region on chart. True to enable any selection, 'horizontal' or 'vertical' to restrict the selection to X or Y axis.

The mask in itself will do nothing but fire 'select' event. See Ext.chart.Mask for example.