KnockoutJS binding for the ChartGestures object.
Use the wjFlexChartGestures binding to add ChartGestures controls to your KnockoutJS applications. For example:
<p>Here is a ChartGestures:</p> <div data-bind="wjFlexChart: { itemsSource: data, bindingX: 'country' }"> <div data-bind="wjFlexChartAxis: { wjProperty: 'axisX', title: 'country' }"></div> <div data-bind="wjFlexChartSeries: { name: 'Sales', binding: 'sales' }"></div> <div data-bind="wjFlexChartGestures: { scaleX:0.5, posX:0.1 } "></div> </div>
The wjFlexChartGestures binding supports all read-write properties and events of the ChartGestures class.
KnockoutJS binding for the ChartGestures object.
Use the wjFlexChartGestures binding to add ChartGestures controls to your KnockoutJS applications. For example:
The wjFlexChartGestures binding supports all read-write properties and events of the ChartGestures class.