[]
        
(Showing Draft Content)

wjFlexChartAtr Class

wjFlexChartAtr Class

KnockoutJS binding for the ATR object.

Use the wjFlexChartAtr binding to add ATR object to your KnockoutJS applications. For example:

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

The wjFlexChartAtr binding supports all read-write properties and events of the ATR class.

Heirarchy

  • WjBaseSingleOverlayIndicator
    • wjFlexChartAtr