StepLineChartPainter constructor
const
StepLineChartPainter({
- required ChartTheme theme,
- required List<
ChartDataSet> dataSets, - bool showGrid = true,
- bool showAxis = true,
- bool showLabel = true,
- double lineWidth = 3.0,
- bool showArea = true,
- bool showPoints = true,
- double animationProgress = 1.0,
- ChartInteractionResult? selectedPoint,
- ChartInteractionResult? hoveredPoint,
Implementation
const StepLineChartPainter({
required super.theme,
required super.dataSets,
super.showGrid,
super.showAxis,
super.showLabel,
this.lineWidth = 3.0,
this.showArea = true,
this.showPoints = true,
this.animationProgress = 1.0,
this.selectedPoint,
this.hoveredPoint,
});