HighchartsLegendOptions constructor
HighchartsLegendOptions({
- HighchartsLegendAccessibilityOptions? accessibility,
- String? align,
- bool? alignColumns,
- String? backgroundColor,
- String? borderColor,
- double? borderRadius,
- double? borderWidth,
- HighchartsLegendBubbleLegendOptions? bubbleLegend,
- String? className,
- bool? enabled,
- HighchartsLegendEventsOptions? events,
- bool? floating,
- Map<
String, String> ? itemCheckboxStyle, - double? itemDistance,
- Map<
String, String> ? itemHiddenStyle, - Map<
String, String> ? itemHoverStyle, - double? itemMarginBottom,
- double? itemMarginTop,
- Map<
String, String> ? itemStyle, - double? itemWidth,
- String? labelFormat,
- HighchartsCallback? labelFormatter,
- String? layout,
- double? lineHeight,
- double? margin,
- double? maxHeight,
- double? padding,
- bool? reversed,
- bool? rtl,
- Map<
String, String> ? shadow, - bool? squareSymbol,
- Map<
String, String> ? style, - double? symbolHeight,
- double? symbolPadding,
- double? symbolRadius,
- double? symbolWidth,
- HighchartsLegendTitleOptions? title,
- bool? useHTML,
- double? valueDecimals,
- String? valueSuffix,
- String? verticalAlign,
- dynamic width,
- double? x,
- double? y,
The legend is a box containing a symbol and name for each series item or point item in the chart. Each series (or points in case of pie charts) is represented by a symbol and its name in the legend.
Implementation
HighchartsLegendOptions(
{this.accessibility,
this.align,
this.alignColumns,
this.backgroundColor,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.bubbleLegend,
this.className,
this.enabled,
this.events,
this.floating,
this.itemCheckboxStyle,
this.itemDistance,
this.itemHiddenStyle,
this.itemHoverStyle,
this.itemMarginBottom,
this.itemMarginTop,
this.itemStyle,
this.itemWidth,
this.labelFormat,
this.labelFormatter,
this.layout,
this.lineHeight,
this.margin,
this.maxHeight,
this.navigation,
this.padding,
this.reversed,
this.rtl,
this.shadow,
this.squareSymbol,
this.style,
this.symbolHeight,
this.symbolPadding,
this.symbolRadius,
this.symbolWidth,
this.title,
this.useHTML,
this.valueDecimals,
this.valueSuffix,
this.verticalAlign,
this.width,
this.x,
this.y});