/*! * * Wijmo Library 5.20251.40 * 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: * *
*
is-visible
@ The value indicating whether the RangeSelector is visible.
*
min
@ The minimum value of the range.
*
max
@ The maximum value of the range.
*
orientation
@ The orientation of the RangeSelector.
*
seamless
@ The value indicating whether the minimal and maximal handler will move seamlessly.
*
min-scale
@ the valid minimum range of the RangeSelector.
*
max-scale
@ the valid maximum range of the RangeSelector.
*
*/ export declare class WjFlexChartRangeSelector extends WjDirective { constructor(); readonly _controlConstructor: any; } /** * AngularJS directive for the {@link FlexChart} {@link wijmo.chart.interaction.ChartGestures} object. * * The wj-flex-chart-gestures 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: * *
*
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.
*
*/ export declare class WjFlexChartChartGestures extends WjDirective { constructor(); readonly _controlConstructor: any; }