Source code checked in, #b12df6bdd144
Axis.Scale and Axis.Offset: Remove unused setters
View ArticleClosed Issue: Position of axis titles [10189]
Titles are rendered inside plot area.https://oxyplot.codeplex.com/discussions/543551
View ArticleNew Post: Axis titles moved inside plot area after upgrade.
This issue should be fixed now.
View ArticleReleased: 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 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 ArticleReleased: 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 ArticleNew Comment on "Custom trackers"
Hello. I can't finde Example "Custom trackers", who can give me link please. Or who ken help. I've scatter series, and i'm need for every points in series show unique identifier (5 string). Hwo know...
View ArticleReleased: 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 ArticleNew Post: Strange behavior on zooming/moving
Hi, When I right click on chart or scroll with wheel, charts automatically zooms to strange position, (0,0) + data. Package version 2014.1.296.1 xaml code<Window x:Class="OxyPlotTest.MainWindow"...
View ArticleNew Post: Axis titles moved inside plot area after upgrade.
Tried new version. Title position is ok now, but axes label and title with right or top aligment draws outside of control area. Screenshot - http://yadi.sk/d/Dt3Obp1rNhVsw ps. Thank you for very fast...
View ArticleNew Post: TrackerFormatString question
Hello i need help Ihave a scatterSeries. And i need to for every point's have unique string lines, and this lines must show at the tracker. How i can do that???
View ArticleNew Post: Axis titles moved inside plot area after upgrade.
What is the value of the PlotMargins property of the PlotModel? Try to increase the top and right values or use the default value (NaN,NaN,NaN,NaN) to get 'automatic' margins.
View ArticleNew Post: Tracker funktional question
Hello i need help Ihave a scatterSeries. And i need to for every point's have unique string lines, and this lines must show at the tracker. And how send the tracker show position??? How i can do that???
View ArticleNew Post: Programatically (or via XAML) Define color for each bar in...
I'm really enjoying the OxyPlot library. Thank you! I have a Plot with seven ColumnSeries. I need to set each bar color (in each of the series) based on a property in the model. From the code, I tried...
View ArticleNew Post: Live data?
Is there any sample that shows working with live data? I have data from external device and I'm looking for chart library that shows changes in that data.
View ArticleNew Post: Axis titles moved inside plot area after upgrade.
Yes, when I changed PlotMargins to "NaN, NaN, NaN, NaN" in my XAML and now margins looks fine again. Thanks! But when I totally removed it from XAML - axis labels again draws beyond control edges. May...
View Article