DChartBarCustom constructor
const
DChartBarCustom({
- Key? key,
- double? max,
- required List<
DChartBarDataCustom> listData, - bool? verticalDirection,
- BorderSide? domainLineStyle,
- BorderSide? measureLineStyle,
- bool? showDomainLine,
- bool? showMeasureLine,
- double? spaceBetweenItem,
- Alignment? valueAlign,
- TextStyle? domainLabelStyle,
- TextStyle? measureLabelStyle,
- bool? showDomainLabel,
- bool? showMeasureLabel,
- double? spaceDomainLabeltoChart,
- double? spaceMeasureLabeltoChart,
- bool? showLoading,
- Duration? loadingDuration,
- EdgeInsetsGeometry? valuePadding,
- BorderRadius? radiusBar,
- double? spaceDomainLinetoChart,
- double? spaceMeasureLinetoChart,
Implementation
const DChartBarCustom(
{Key? key,
this.max,
required this.listData,
this.verticalDirection,
this.domainLineStyle,
this.measureLineStyle,
this.showDomainLine,
this.showMeasureLine,
this.spaceBetweenItem,
this.valueAlign,
this.domainLabelStyle,
this.measureLabelStyle,
this.showDomainLabel,
this.showMeasureLabel,
this.spaceDomainLabeltoChart,
this.spaceMeasureLabeltoChart,
this.showLoading,
this.loadingDuration,
this.valuePadding,
this.radiusBar,
this.spaceDomainLinetoChart,
this.spaceMeasureLinetoChart})
: super(key: key);