VisualMelon
VisualMelon
If you need dates, then you will indeed need `DateTimeAxis`: just seemed odd that you'd have a series start at the epoch so I thought maybe you just wanted only...
1. `PlotModel.Title` sets the title of the plot 2. Not sure what you mean about the values: can you describe what you want/provide a mock-up picture You can see a...
See #1278 I vaguely recall looking into this and having difficulty with something... but that would have been years ago and I have no recollection as to what the problem...
Thanks for sharing this
Also unhappy with special characters, e.g. in example #1481 @Jonarw is this a known issue?
Anyone using .NET 7 or greater will be seeing this. There is no trivial work around, but you can use something like this which rounds to the given precision before...
I concur: configurable rounding defaulting to the old behaviour is probably the best route. Hopefully I can find time to write a proper fix sometime, then we can release a...
Not a proper answer, but here is some ancient code for draggable cursors: https://gist.github.com/VisualMelon/3d35da1a7fc8ee97a4b4c5cd8862e282 It shouldn't be too difficult to adapt so that one cursor also renders/reports the corresponding value...
Thanks for reporting this and describing your findings: shall try to look at this over the weekend if I have time.
Looks like `GraphicsRenderContext` also needs refitting (seems to be the cause of the CI failures https://github.com/oxyplot/oxyplot/actions/runs/6871073720/job/18698916339?pr=2051#step:4:743 )