DChartComboT constructor
const
DChartComboT({
- Key? key,
- required List<
TimeGroup> groupList, - bool animate = false,
- ConfigRenderLine configRenderLine = const ConfigRenderLine(),
- ConfigRenderBar configRenderBar = const ConfigRenderBar(),
- ConfigRenderPoint configRenderPoint = const ConfigRenderPoint(),
- Duration animationDuration = const Duration(milliseconds: 300),
- DomainAxis? domainAxis,
- MeasureAxis? measureAxis,
- MeasureAxis? secondaryMeasureAxis,
- AreaColorT? areaColor,
- FillPatternT? fillPattern,
- FillColorT? fillColor,
- DashPatternT? dashPattern,
- String barLabelValue()?,
- bool? flipVertical = false,
- LayoutMargin? layoutMargin,
- bool allowSliding = false,
- void onUpdatedListener(
- TimeData data
- void onChangedListener(
- TimeData data
Numeric Combo Chart
also can use for single other type but cannot be set horizontal measure
- only bar
- only line
- only scatter plot
Implementation
const DChartComboT({
super.key,
required this.groupList,
this.animate = false,
this.configRenderLine = const ConfigRenderLine(),
this.configRenderBar = const ConfigRenderBar(),
this.configRenderPoint = const ConfigRenderPoint(),
this.animationDuration = const Duration(milliseconds: 300),
this.domainAxis,
this.measureAxis,
this.secondaryMeasureAxis,
this.areaColor,
this.fillPattern,
this.fillColor,
this.dashPattern,
this.barLabelValue,
this.flipVertical = false,
this.layoutMargin,
this.allowSliding = false,
this.onUpdatedListener,
this.onChangedListener,
});