Replies: 1 comment
-
ok I am manually converting values to logarithmic values which I don't like since I think points won't autoupdate after this. But I guess that's the only solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have logarithmic chart with X axis as datetimeaxis. How can I do that?
Also with CandlesticksSeries(Of FinancialPoint) series (using date as X), can I make a logarithmic chart?
edit: I modified series values and used datetime for X. Then I don't use mapping. I assume this is one solution.
Also the problems are labels which show at 1, 10, 100, but not inbetween. Can I have at least 5 visible labels or on every 30 pixels?
Beta Was this translation helpful? Give feedback.
All reactions