ChartLineBean constructor

ChartLineBean({
  1. double xPositionRetioy = 0,
  2. double? y,
  3. String yShowText = '',
  4. TextStyle yShowTextStyle = defaultTextStyle,
  5. double pointToTextSpace = 0,
  6. CellPointSet cellPointSet = CellPointSet.normal,
  7. String tag = '',
  8. dynamic touchBackParam,
})

Implementation

ChartLineBean(
    {this.xPositionRetioy = 0,
    this.y,
    this.yShowText = '',
    this.yShowTextStyle = defaultTextStyle,
    this.pointToTextSpace = 0,
    this.cellPointSet = CellPointSet.normal,
    this.tag = '',
    this.touchBackParam});