VisualMelon
VisualMelon
Fixes #1900 by adding properties to `PathAnnotation` that match the functionality of `TextAnnotation`. Decided to not try to put everything in `TextualAnnotation` because there would be naming issues, as the...
Fixes a C&P error in the documentation for the `HeatMapRenderMethod` enum.
A `DateTimeAxis` with a step that required a reciprocating representation (e.g. 4hours = 1/6) results in unintended tick values.  I can't reproduce this with .NET Framework or .NET 6;...
A general purpose polygon series would be nice, the idea being to show multiple regions with an assigned 'value'. Each region comprises one or more polygons. These are increasingly popular...
Fixes #1751 . ### Checklist - [ ] I have included examples or tests -> want some interesting/compelling examples - [ ] I have updated the change log - [x]...
Some series support using a `ColorAxis` but do not require it (e.g. `ScatterSeries`, `VectorSeries` being design at the moment) or could support not having a `ColorAxis` (e.g. `RectangleSeries`). Presently, `ScatterSeries`...
Removes the WPF XAML getting started documentation. The WPF `Plot` and other `Xaml` orientated functionality has been moved to https://github.com/oxyplot/oxyplot-contrib
### Type of issue Typo ### Description The banana example for [Recursive Modules](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/modules#recursive-modules) in F# includes a type `Banana` with member `IsPeeled` which is always `false`; should presumably be removed...
## What does the pull request do? Fixes #16743 ## What is the current behaviour? `TimePicker` crashes under the SimpleTheme ## What is the updated/expected behaviour with this PR? `TimePicker`...
### Describe the bug TimePicker crashes under Simple Theme in 1.2.0 beta with "Control with the name 'PART_ThirdColumnDivider' already registered." Trivial fix implemented in https://github.com/VisualMelon/Avalonia/tree/timepicker-1_2_0-simpletheme which removes what looks like...