HCXAxisCurrentDateIndicatorLabelOptions constructor

const HCXAxisCurrentDateIndicatorLabelOptions({
  1. String? align,
  2. dynamic format,
  3. num? rotation,
  4. HCCSSObject? style,
  5. String? text,
  6. String? textAlign,
  7. bool? useHTML,
  8. String? verticalAlign,
  9. num? x,
  10. num? y,
})

Implementation

const HCXAxisCurrentDateIndicatorLabelOptions({
  this.align,
  this.format,
  this.rotation,
  this.style,
  this.text,
  this.textAlign,
  this.useHTML,
  this.verticalAlign,
  this.x,
  this.y,
});