LMChartItemConfig constructor

LMChartItemConfig(
  1. String? color,
  2. String? field,
  3. String? label,
  4. String? type,
  5. String? xField,
  6. String? yField,
)

Implementation

LMChartItemConfig(
  this.color,
  this.field,
  this.label,
  this.type,
  this.xField,
  this.yField,
);