plotOffsetEnd property
The plotOffsetEnd property is used to offset the rendering of the axis at end position.
Defaults to null
.
Widget build(BuildContext context) {
return SfCartesianChart(
primaryXAxis: NumericAxis(plotOffsetEnd: 60),
);
}
Implementation
final double? plotOffsetEnd;