HighchartsChartOptions constructor
HighchartsChartOptions({
- bool? alignThresholds,
- bool? alignTicks,
- bool? allowMutatingData,
- dynamic animation,
- double? axisLayoutRuns,
- String? backgroundColor,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- String? className,
- double? colorCount,
- bool? displayErrors,
- HighchartsChartEventsOptions? events,
- dynamic height,
- bool? ignoreHiddenSeries,
- bool? inverted,
- dynamic map,
- dynamic mapTransforms,
- List<
double> ? margin, - double? marginBottom,
- double? marginLeft,
- double? marginRight,
- double? marginTop,
- HighchartsCallback? numberFormatter,
- HighchartsChart3DOptions? options3d,
- String? panKey,
- HighchartsChartPanningOptions? panning,
- HighchartsChartParallelAxesOptions? parallelAxes,
- bool? parallelCoordinates,
- String? pinchType,
- String? plotBackgroundColor,
- String? plotBackgroundImage,
- String? plotBorderColor,
- double? plotBorderWidth,
- Map<
String, dynamic> ? plotShadow, - bool? polar,
- dynamic proj4,
- bool? reflow,
- String? renderTo,
- HighchartsChartResetZoomButtonOptions? resetZoomButton,
- HighchartsChartScrollablePlotAreaOptions? scrollablePlotArea,
- Map<
String, dynamic> ? selectionMarkerFill, - Map<
String, dynamic> ? shadow, - bool? showAxes,
- List<
double> ? spacing, - double? spacingBottom,
- double? spacingLeft,
- double? spacingRight,
- double? spacingTop,
- Map<
String, String> ? style, - bool? styledMode,
- String? type,
- dynamic width,
- String? zoomKey,
- String? zoomType,
- HighchartsChartZoomingOptions? zooming,
General options for the chart.
Implementation
HighchartsChartOptions(
{this.alignThresholds,
this.alignTicks,
this.allowMutatingData,
this.animation,
this.axisLayoutRuns,
this.backgroundColor,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.className,
this.colorCount,
this.displayErrors,
this.events,
this.height,
this.ignoreHiddenSeries,
this.inverted,
this.map,
this.mapTransforms,
this.margin,
this.marginBottom,
this.marginLeft,
this.marginRight,
this.marginTop,
this.numberFormatter,
this.options3d,
this.panKey,
this.panning,
this.parallelAxes,
this.parallelCoordinates,
this.pinchType,
this.plotBackgroundColor,
this.plotBackgroundImage,
this.plotBorderColor,
this.plotBorderWidth,
this.plotShadow,
this.polar,
this.proj4,
this.reflow,
this.renderTo,
this.resetZoomButton,
this.scrollablePlotArea,
this.selectionMarkerFill,
this.shadow,
this.showAxes,
this.spacing,
this.spacingBottom,
this.spacingLeft,
this.spacingRight,
this.spacingTop,
this.style,
this.styledMode,
this.type,
this.width,
this.zoomKey,
this.zoomType,
this.zooming});