Replies: 1 comment 1 reply
-
|
Hi Robby, use candles.Sequential = true |
Beta Was this translation helpful? Give feedback.
1 reply
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 found this library interesting and easy to use. I am trying to use it to plot stock candlestick charts, but I wish I could instruct the datetime typed Axis to ignore some days - weekends, holiday, or off market hours to make a chart without gap.
My application is a WPF one and here is my code snippet. By the way, I have tried set the FinancePlot's Sequential property. It will display the candlesticks without gap but the XAxis's labels are no longer the correct dates. If I can override the X tick labels, that would be an alternative for me.
And the current display result is as the figure below. Hope to get some suggestion.
Thanks,
Robby
Beta Was this translation helpful? Give feedback.
All reactions