HighchartsScatter3DSeriesDataMarkerOptions constructor

HighchartsScatter3DSeriesDataMarkerOptions({
  1. bool? enabled,
  2. double? enabledThreshold,
  3. String? fillColor,
  4. double? height,
  5. String? lineColor,
  6. double? lineWidth,
  7. double? radius,
  8. HighchartsSeriesMarkerStatesOptions? states,
  9. String? symbol,
  10. double? width,
})

Options for the point markers of line-like series.

API Docs: https://api.highcharts.com/highcharts/series.scatter3d.data.marker

Implementation

HighchartsScatter3DSeriesDataMarkerOptions(
    {this.enabled,
    this.enabledThreshold,
    this.fillColor,
    this.height,
    this.lineColor,
    this.lineWidth,
    this.radius,
    this.states,
    this.symbol,
    this.width});