[]
        
(Showing Draft Content)

wjFlexChartEnvelopes Class

wjFlexChartEnvelopes Class

KnockoutJS binding for the Envelopes object.

Use the wjFlexChartEnvelopes binding to add Envelopes object to your KnockoutJS applications. For example:

<p>Here is a Envelopes:</p>
   <div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date'}">
        <div data-bind="wjFlexChartEnvelopes: { binding:'close', type:'Simple', size: 0.03, period:20}" ></div>
  </div>

The wjFlexChartEnvelopes binding supports all read-write properties and events of the Envelopes class.

Heirarchy

  • WjBaseOverlayIndicator
    • wjFlexChartEnvelopes