ChartXAxe constructor

ChartXAxe({
  1. String type,
  2. bool display,
  3. String id,
  4. bool stacked,
  5. String position,
  6. TickOptions ticks,
  7. GridLineOptions gridLines,
  8. num barThickness,
  9. ScaleTitleOptions scaleLabel,
  10. num categoryPercentage,
  11. num barPercentage,
  12. TimeScale time,
})

Implementation

external factory ChartXAxe(
    {String /*'category'|'linear'|'logarithmic'|'time'|'radialLinear'|String*/ type,
    bool display,
    String id,
    bool stacked,
    String position,
    TickOptions ticks,
    GridLineOptions gridLines,
    num barThickness,
    ScaleTitleOptions scaleLabel,
    num categoryPercentage,
    num barPercentage,
    TimeScale time});