Skip to content

How to show 8,000,000 at Maximum of LinearAxis. #1941

Answered by VisualMelon
sakai-IST asked this question in Q&A
Discussion options

You must be logged in to vote

Change the StringFormat property for your axis, or set a custom LabelFormatter. The default string format is "g6", which switches to scientific notation at 7 figures:

1
10
100
1000
10000
100000
1e+06
1e+07
1e+08
1e+09
1e+10

See https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-numeric-format-strings for information on other numeric format strings

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sakai-IST
Comment options

Answer selected by sakai-IST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants