CartesianChartStructureData constructor
const
CartesianChartStructureData({
- CartesianChartOrientation orientation = CartesianChartOrientation.vertical,
- num xUnitValue = 1,
- num yUnitValue = 10,
- num? maxXValue,
- num? maxYValue,
Represents data that can influence the structuring of a chart.
Implementation
const CartesianChartStructureData({
this.orientation = CartesianChartOrientation.vertical,
this.xUnitValue = 1,
this.yUnitValue = 10,
this.maxXValue,
this.maxYValue,
});