/*! * * 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.knockout.chart.animation} * KnockoutJS bindings for wijmo.chart.animation module */ /** * */ export declare var ___keepComment: any; import { WjBinding } from 'wijmo/wijmo.knockout.base'; /** * KnockoutJS binding for the {@link ChartAnimation} object. * * Use the {@link wjFlexChartAnimation} binding to add {@link ChartAnimation} object to your * KnockoutJS applications. For example: * *
<p>Here is a ChartAnimation:</p> * <div data-bind="wjFlexChart: { itemsSource: data, bindingX: 'country',chartType:'Column' }"> * <div data-bind="wjFlexChartAxis: { wjProperty: 'axisX', title: 'country' }"></div> * <div data-bind="wjFlexChartSeries: { name: 'Sales', binding: 'sales' }"></div> * <div data-bind="wjFlexChartAnimation: { animationMode: 'Series',easing:'Swing',duration:2000 } "></div> * </div>* * The wjFlexChartAnimation binding supports all read-write properties and events of * the {@link ChartAnimation} class. */ export declare class wjFlexChartAnimation extends WjBinding { _getControlConstructor(): any; }