FluentAnnotationOnlyChart constructor
const
FluentAnnotationOnlyChart({
- Key? key,
- required List<
FluentChartAnnotation> annotations, - String? chartTitle,
- String? description,
- double? width,
- double? height,
- Color? paperBackgroundColor,
- Color? plotBackgroundColor,
- Color? fontColor,
- String? fontFamily,
- FluentChartMargins? margin,
- FluentAnnotationOnlyChartStyle? style,
Creates an annotation-only chart.
Implementation
const FluentAnnotationOnlyChart({
super.key,
required this.annotations,
this.chartTitle,
this.description,
this.width,
this.height,
this.paperBackgroundColor,
this.plotBackgroundColor,
this.fontColor,
this.fontFamily,
this.margin,
this.style,
});