positions property

  1. @override
List<ChartDataPointType> positions
override

Implementation

@override
List<ChartDataPointType> get positions => <ChartDataPointType>[
      ChartDataPointType.high,
      ChartDataPointType.low,
      ChartDataPointType.open,
      ChartDataPointType.close,
    ];