FluentHorizontalBarChart constructor
const
FluentHorizontalBarChart({
- Key? key,
- required List<
FluentChartData> data, - double? barHeight,
- bool hideTooltip = false,
- FluentChartDataMode chartDataMode = FluentChartDataMode.byDefault,
- FluentHorizontalBarChartVariant variant = FluentHorizontalBarChartVariant.partToWhole,
- bool hideLabels = false,
- bool showTriangle = false,
- bool showLegendForSinglePointBar = false,
- String? culture,
- String? legendsOverflowText,
- FluentHorizontalBarChartStyle? style,
Creates a horizontal bar chart.
Implementation
const FluentHorizontalBarChart({
super.key,
required this.data,
this.barHeight,
this.hideTooltip = false,
this.chartDataMode = FluentChartDataMode.byDefault,
this.variant = FluentHorizontalBarChartVariant.partToWhole,
this.hideLabels = false,
this.showTriangle = false,
this.showLegendForSinglePointBar = false,
this.culture,
this.legendsOverflowText,
this.style,
});