[]
        
(Showing Draft Content)

wjFlexChartDataPoint Class

wjFlexChartDataPoint Class

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.

Heirarchy

  • WjBinding
    • wjFlexChartDataPoint