DChartScatterN constructor
const
DChartScatterN({
- Key? key,
- required List<
NumericGroup> groupList, - bool animate = false,
- ConfigRenderPoint configRenderPoint = const ConfigRenderPoint(),
- Duration animationDuration = const Duration(milliseconds: 300),
- DomainAxis? domainAxis,
- MeasureAxis? measureAxis,
- MeasureAxis? secondaryMeasureAxis,
- AreaColorN? areaColor,
- FillPatternN? fillPattern,
- FillColorN? fillColor,
- DashPatternN? dashPattern,
- String barLabelValue(
- NumericGroup group,
- NumericData data,
- int? index
- bool? flipVertical = false,
- LayoutMargin? layoutMargin,
- bool allowSliding = false,
- void onUpdatedListener(
- NumericData data
- void onChangedListener(
- NumericData data
Numeric Scatter Chart\
Implementation
const DChartScatterN({
super.key,
required this.groupList,
this.animate = false,
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,
});