ChartSeries constructor

ChartSeries({
  1. int xAxisIndex = 0,
  2. int yAxisIndex = 0,
  3. int polarAxisIndex = 0,
  4. int calendarIndex = 0,
  5. int radarIndex = 0,
  6. int parallelIndex = 0,
  7. AnimatorProps? animation,
  8. bool touch = true,
  9. int z = 0,
  10. bool clip = true,
  11. CoordSystem? coordSystem,
  12. ToolTip? tooltip,
})

Implementation

ChartSeries({
  this.xAxisIndex = 0,
  this.yAxisIndex = 0,
  this.polarAxisIndex = 0,
  this.calendarIndex = 0,
  this.radarIndex = 0,
  this.parallelIndex = 0,
  this.animation,
  this.touch = true,
  this.z = 0,
  this.clip = true,
  this.coordSystem,
  this.tooltip,
});