Released: OxyPlot binaries (Apr 28, 2014)
This package contains release assemblies. Assemblies for the following platforms are includedWPF (.NET 4.5) WPF (.NET 4.0) Windows 8.1 Store App Silverlight 5 Windows Forms (.NET 4.5) Windows Forms...
View ArticleUpdated Release: OxyPlot binaries (Apr 28, 2014)
This package contains release assemblies.Assemblies for the following platforms are included WPF (.NET 4.5)WPF (.NET 4.0)Windows 8.1 Store AppSilverlight 5Windows Forms (.NET 4.5)Windows Forms (.NET...
View ArticleCommented Feature: Support colour coding on scatter plots [9042]
- colour code by value of each scatter item.- set Palette and min/max for the colour coding.- render the color-value scale (horizontal or vertical)Comments: I have a problem related with this subject....
View ArticleCreated Unassigned: Oxyplot.xamarinIOS.dll gone?? [10197]
Does anyone know where i can find the dll files for xamarin??? Beceause they are not in the component store.
View ArticleNew Post: About Scatter and Coloraxis
Hi, I want to use scatter series with color axis but an error occurs this process. I investigated some examples and see following code. When i used this code, i recieve the error code "Cannot create an...
View ArticleCommented Feature: Support colour coding on scatter plots [9042]
- colour code by value of each scatter item.- set Palette and min/max for the colour coding.- render the color-value scale (horizontal or vertical)Comments: Are you using an old version of the library?...
View ArticleSource code checked in, #2502ddc900a1
#9042: add example, improve xml comments for ScatterSeries
View ArticleCommented Feature: Support colour coding on scatter plots [9042]
- colour code by value of each scatter item.- set Palette and min/max for the colour coding.- render the color-value scale (horizontal or vertical)Comments: I added your example to the example library.
View ArticleCommented Unassigned: Oxyplot.xamarinIOS.dll gone?? [10197]
Does anyone know where i can find the dll files for xamarin??? Beceause they are not in the component store.Comments: This should be posted under discussions. The Xamarin component is not yet...
View ArticleClosed Unassigned: Oxyplot.xamarinIOS.dll gone?? [10197]
Does anyone know where i can find the dll files for xamarin??? Beceause they are not in the component store.
View ArticleCommented Unassigned: Transparent background doesn't work in Android [10196]
In Xamarin.Android code there's a little mistake when set a transparent background.In fact in PlotView.cs code (at line 301) if background color has alpha value setted to 0 white color is forcily used...
View ArticleCreated Unassigned: How to set two differents magnitudes for a Polar plot?...
Hi, I´m using OxyPlot in a project which requires a Polar plot with two different Magnitude Axis. I was able to make the plot update its series but when I updated the magnitude axis it only considers...
View ArticleCommented Unassigned: How to set two differents magnitudes for a Polar plot?...
Hi, I´m using OxyPlot in a project which requires a Polar plot with two different Magnitude Axis. I was able to make the plot update its series but when I updated the magnitude axis it only considers...
View ArticleSource code checked in, #c7e9ab91d755
#10196: Add ActualBackground property to PlotModel. Use it in the iOS and Android plot views. The other views should also be updated.
View ArticleCommented Unassigned: Transparent background doesn't work in Android [10196]
In Xamarin.Android code there's a little mistake when set a transparent background.In fact in PlotView.cs code (at line 301) if background color has alpha value setted to 0 white color is forcily used...
View ArticleCreated Unassigned: Rename Plot control to PlotView [10200]
for consistency on all platforms, rename `Plot` controls to `PlotView`.
View ArticleCommented Unassigned: Rename Plot control to PlotView [10200]
for consistency on all platforms, rename `Plot` controls to `PlotView`.Comments: Temporarily add ```cs [Obsolete("Replace with PlotView!")] public class Plot : PlotView { } ``` to avoid breaking change.
View Article