HCPlotBoxplotDataLabelsOptions constructor
const
HCPlotBoxplotDataLabelsOptions({
- String? align,
- String? alignTo,
- bool? allowOverlap,
- dynamic animation,
- dynamic backgroundColor,
- dynamic borderColor,
- num? borderRadius,
- num? borderWidth,
- String? className,
- dynamic color,
- bool? crop,
- bool? defer,
- num? distance,
- bool? enabled,
- HCDataLabelsFilterOptionsObject? filter,
- String? format,
- bool? inside,
- num? labelrank,
- dynamic nullFormat,
- String? overflow,
- dynamic padding,
- String? position,
- num? rotation,
- dynamic shadow,
- String? shape,
- HCCSSObject? style,
- HCDataLabelsTextPathOptionsObject? textPath,
- bool? useHTML,
- String? verticalAlign,
- num? x,
- num? y,
- num? zIndex,
Implementation
const HCPlotBoxplotDataLabelsOptions({
this.align,
this.alignTo,
this.allowOverlap,
this.animation,
this.backgroundColor,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.className,
this.color,
this.crop,
this.defer,
this.distance,
this.enabled,
this.filter,
this.format,
this.inside,
this.labelrank,
this.nullFormat,
this.overflow,
this.padding,
this.position,
this.rotation,
this.shadow,
this.shape,
this.style,
this.textPath,
this.useHTML,
this.verticalAlign,
this.x,
this.y,
this.zIndex,
});