Ask Your Question

Revision history [back]

You can add an upper limit to the y-axis in Syncfusion Chart in Flutter by setting the desired value to the maximum property of the NumericAxis class.

Example:

NumericAxis(
  maximum: 100, // set the upper limit of y-axis to 100
)