[]
        
(Showing Draft Content)

WjFlexChartChartGestures Class

WjFlexChartChartGestures Class

AngularJS directive for the FlexChart wijmo.chart.interaction.ChartGestures object.

The wj-flex-chart-gestures directive must be contained in a wijmo.angular.chart.WjFlexChart directive or wijmo.angular.chart.finance.WjFinancialChart directive. It supports the following attributes:

mouse-action
@ The value indicating mouse action is zooming or panning.
interactive-axes
@ The value indicating which axis is interactive.
enable
@ The value indicating the gestures action is enabled or not.
scale-x
@ The value indicating axisX initial range between Min and Max.
scale-y
@ The value indicating axisY initial range between Min and Max.
pos-x
@ The value indicating initial position on the axisX.
pos-y
@ The value indicating initial position on the axisY.

Heirarchy

  • WjDirective
    • WjFlexChartChartGestures