HighchartsCreditsPositionOptions constructor

HighchartsCreditsPositionOptions({
  1. String? align,
  2. String? verticalAlign,
  3. double? x,
  4. double? y,
})

Position configuration for the credits label.

API Docs: https://api.highcharts.com/highcharts/credits.position

Implementation

HighchartsCreditsPositionOptions(
    {this.align, this.verticalAlign, this.x, this.y});