dashPattern
Specific to the Line Chart type
Type | Default |
---|---|
List<int> Function(OrdinalGroup, OrdinalData, int?)? | null |
dashPattern: (group, ordinalData, index) {
return [10, 10, 5];
},
Specific to the Line Chart type
Type | Default |
---|---|
List<int> Function(OrdinalGroup, OrdinalData, int?)? | null |
dashPattern: (group, ordinalData, index) {
return [10, 10, 5];
},