ChartLine constructor
const
ChartLine({
- Key? key,
- required Size size,
- required List<
ChartBeanSystem> chartBeanSystems, - Color? backgroundColor,
- BaseBean? baseBean,
- double bothEndPitchX = 0,
- List<
DialStyleX> ? xDialValues, - List<
SectionBean> ? xSectionBeans, - List<
SectionBeanY> ? ySectionBeans, - LineTouchSet? touchSet,
- VoidCallback? paintEnd,
- bool touchEnableNormalselect = true,
- GestureScaleStartCallback? onScaleStart,
- GestureScaleUpdateCallback? onScaleUpdate,
- GestureScaleEndCallback? onScaleEnd,
Implementation
const ChartLine({
Key? key,
required this.size,
required this.chartBeanSystems,
this.backgroundColor,
this.baseBean,
this.bothEndPitchX = 0,
this.xDialValues,
this.xSectionBeans,
this.ySectionBeans,
this.touchSet,
this.paintEnd,
this.touchEnableNormalselect = true,
this.onScaleStart,
this.onScaleUpdate,
this.onScaleEnd,
}) : super(key: key);