positions property

  1. @override
List<ChartDataPointType> get positions
override

Implementation

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