ChartScales<T extends TickOptions> constructor

ChartScales<T extends TickOptions>({
  1. String type,
  2. bool display,
  3. String position,
  4. GridLineOptions gridLines,
  5. ScaleTitleOptions scaleLabel,
  6. TickOptions ticks,
  7. List<ChartXAxe> xAxes,
  8. List<ChartYAxe> yAxes,
})

Implementation

external factory ChartScales(
    {String /*'category'|'linear'|'logarithmic'|'time'|'radialLinear'|String*/ type,
    bool display,
    String /*'left'|'right'|'top'|'bottom'|String*/ position,
    GridLineOptions gridLines,
    ScaleTitleOptions scaleLabel,
    TickOptions ticks,
    List<ChartXAxe> xAxes,
    List<ChartYAxe> yAxes});