wjFlexChartCci Class

File
wijmo.knockout.js
Module
wijmo.knockout
Show
   

KnockoutJS binding for the CCI object.

Use the wjFlexChartCci binding to add CCI object to your KnockoutJS applications. For example:

<p>Here is a CCI:</p>
   <div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date'}">
        <div data-bind="wjFlexChartCci: { binding: 'high,low,open,close',period:20 }"></div>
  </div>

The wjFlexChartCci binding supports all read-write properties and events of the CCI class.