ChartGroupRule constructor

ChartGroupRule({
  1. ChartDateTimeRule? dateTimeRule,
  2. ChartHistogramRule? histogramRule,
})

Implementation

ChartGroupRule({
  this.dateTimeRule,
  this.histogramRule,
});