Ask Your Question
2

How can an upper limit be added to the y-axis in Syncfusion Chart in Flutter?

asked 2023-05-22 23:18:12 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-22 23:19:02 +0000

huitzilopochtli gravatar image

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
)
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-22 23:18:12 +0000

Seen: 18 times

Last updated: May 22 '23