Øystein Bjørke

Results 89 comments of Øystein Bjørke

We need to check if this belongs here or in the oxyplot-xamarin repository.

I suggest to create a `MathRenderingOptions` class where these properties can be set. The options could be a parameter in the `DrawMathText` method. If not set, the default values should...

Is this according to the best practices? https://docs.microsoft.com/en-us/dotnet/standard/exceptions/best-practices-for-exceptions I understand it as we should use predefined exception types where possible.

Search for "throw new Exception" - I think these should be replaced by more detailed or custom exception types.

I agree it is a good idea to review all the exceptions to make sure it is consistent.

Sounds good to add an aliased property on LineSeries.

Agree the property could be added to `PlotElement`, it could make sense to use it on both series, annotations and axes. But I think `Aliased` or `AntiAliased` is a better...

The polar plot axes may also benefit from a mix of antialiased and aliased lines. I agree on adding an `AntiAliasMode` property where `Auto` is default and should be the...