/*! * * Wijmo Library 5.20252.44 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ /** * {@module wijmo.angular.chart.interaction} * AngularJS directives for wijmo.angular.chart.interaction module */ /** * */ export declare var ___keepComment: any; import { WjDirective } from 'wijmo/wijmo.angular.base'; /** * Angular module name, which can be used in the angular.module(moduleName) * function to obtain a reference to the module . */ export declare const ngModuleName = "wj.chart.interaction"; /** * AngularJS directive for the {@link FlexChart} {@link wijmo.chart.interaction.RangeSelector} object. * * The wj-flex-chart-range-selector directive must be contained in a {@link wijmo.angular.chart.WjFlexChart} directive or {@link wijmo.angular.chart.finance.WjFinancialChart} directive. * It supports the following attributes: * *
@ The value indicating whether the RangeSelector is visible.@ The minimum value of the range.@ The maximum value of the range.@ The orientation of the RangeSelector.@ The value indicating whether the minimal and maximal handler will move seamlessly.@ the valid minimum range of the RangeSelector.@ the valid maximum range of the RangeSelector.@ The value indicating mouse action is zooming or panning.@ The value indicating which axis is interactive.@ The value indicating the gestures action is enabled or not.@ The value indicating axisX initial range between Min and Max.@ The value indicating axisY initial range between Min and Max.@ The value indicating initial position on the axisX.@ The value indicating initial position on the axisY.