[]
        
(Showing Draft Content)

WjFlexChartDataPoint Class

WjFlexChartDataPoint Class

AngularJS directive for the FlexChart DataPoint object.

The wj-flex-chart-data-point directive must be contained in a wijmo.angular.chart.annotation.WjFlexChartAnnotation directive. The property of the parent directive's object where wj-flex-data-point should assign a value is specified in the wj-property attribute.

The directive supports the following attributes:

wj-property
@ The name of the parent directive object's property where the DataPoint will be assigned.
x
@ x coordinate, can be a numeric or date value.
y
@ y coordinate, can be a numeric or date value.

Heirarchy

  • WjDirective
    • WjFlexChartDataPoint