HighChartsXAxis constructor

HighChartsXAxis({
  1. HighChartsAxisTitle? title,
  2. HighChartsAxisLabels? labels,
  3. String? type,
  4. Map<String, String>? dateTimeLabelFormats,
  5. double? gridLineWidth,
})

Implementation

HighChartsXAxis({
  this.title,
  this.labels,
  this.type,
  this.dateTimeLabelFormats,
  this.gridLineWidth,
});