KnockoutJS binding for the MacdHistogram object.
Use the wjFlexChartMacdHistogram binding to add MacdHistogram object to your KnockoutJS applications. For example:
<p>Here is a MacdHistogram:</p> <div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date'}"> <div data-bind="WjFlexChartMacdHistogram: { binding: 'close',fastPeriod:12, slowPeriod: 26,smoothingPeriod: 9 }" ></div> </div>
The wjFlexChartMacdHistogram binding supports all read-write properties and events of the MacdHistogram class.
KnockoutJS binding for the MacdHistogram object.
Use the wjFlexChartMacdHistogram binding to add MacdHistogram object to your KnockoutJS applications. For example:
The wjFlexChartMacdHistogram binding supports all read-write properties and events of the MacdHistogram class.