OutputLinearBarGraphOptions constructor
OutputLinearBarGraphOptions(
- bool drawBorder,
- bool drawTargetLine,
- bool drawTicks,
- BarGraphType barGraphType,
- AxisOrientation axisOrientation,
- GrowDirection growDirection,
Implementation
OutputLinearBarGraphOptions(
this.drawBorder,
this.drawTargetLine,
this.drawTicks,
this.barGraphType,
this.axisOrientation,
this.growDirection);