wjFlexChartDataPoint Class

File
wijmo.knockout.js
Module
wijmo.knockout
Show
   

KnockoutJS binding for the DataPoint object. The wjFlexChartDataPoint must be contained in a wjFlexChartAnnotation. The property of the parent object where wjFlexChartDataPoint should assign a value is specified in the wjProperty attribute.

Use the wjFlexChartDataPoint binding to add DataPoint object to your KnockoutJS applications. For example:

<p>Here is a DataPoint:</p>
  <div data-bind="wjFlexChartDataPoint: { wjProperty: 'point', x: 0.9, y:0.4}" ></div>

The wjFlexChartDataPoint binding supports all read-write properties and events of the DataPoint class.