Commented Unassigned: RectangleBarSeries rendered on top layer [10236]
HelloI'm using the RectangleBarSeries as a trick to display columns on a DateTimeAxis. It works fairly well but it seems these series are drawn on top of every other series. So if you mix LineSeries...
View ArticleCommented Unassigned: Legend is not visible [10237]
I have currently run into some issues with Oxyplot. When creating a plot on a WPF grid, I need a legend for three series to be represented in the legend. However, when I try to set IsLegendVisible to...
View ArticleSource code checked in, #c4830c6dde1a
PlotModel: throw exception if invalid axis key is specified Handle and show update/rendering exceptions
View ArticleCommented Unassigned: Legend is not visible [10237]
I have currently run into some issues with Oxyplot. When creating a plot on a WPF grid, I need a legend for three series to be represented in the legend. However, when I try to set IsLegendVisible to...
View ArticleClosed Unassigned: Legend is not visible [10237]
I have currently run into some issues with Oxyplot. When creating a plot on a WPF grid, I need a legend for three series to be represented in the legend. However, when I try to set IsLegendVisible to...
View ArticleCommented Unassigned: RectangleBarSeries rendered on top layer [10236]
HelloI'm using the RectangleBarSeries as a trick to display columns on a DateTimeAxis. It works fairly well but it seems these series are drawn on top of every other series. So if you mix LineSeries...
View ArticleCommented Unassigned: RectangleBarSeries rendered on top layer [10236]
HelloI'm using the RectangleBarSeries as a trick to display columns on a DateTimeAxis. It works fairly well but it seems these series are drawn on top of every other series. So if you mix LineSeries...
View ArticleNew Post: Checkable legend
Hi, I found a solution that matched quite well my needs some time ago, following there is a simplified extract of my XAML code; essentially there is a graph and a stack panel with the checkboxes used...
View ArticleNew Post: Checkable legend
Just as a tip: surround your code in triple backticks ("``` C#" and "```") to make it all display as code instead of how it's showing up =P. Thanks for the code example!
View ArticleNew Post: Checkable legend
GREAT! I couldn't find a way to display it better! :) Many thanks! Bye!
View ArticleNew Post: WPF version mouse down cannot fire if invalidatePlot in...
The following code will make PlotView's OnMouseDown cannot fire. The reason could be the invalidate plot function makes PlotView too busy on drawing itself. Result is: Cannot make an annotation...
View ArticleNew Post: how to just plot PlotArea ;
How can I get the actual width of an axis? Thanks.
View ArticleNew Post: Checkable legend
I'll add an example of how I'm handling it for WinForms! Although keep in mind this is for LineSeries and LinearAxis only, it could probably easily be extended to handle more. Also I've been thinking...
View ArticleNew Post: Width of an axis
Good day! How can I get the actual width of an axis? Thank you!
View ArticleCommented Unassigned: RectangleBarSeries rendered on top layer [10236]
HelloI'm using the RectangleBarSeries as a trick to display columns on a DateTimeAxis. It works fairly well but it seems these series are drawn on top of every other series. So if you mix LineSeries...
View ArticleNew Post: Exception when touching tablet
The is only there when using OxyPlot.dll and OxyPlot.Wpf.dll from download here. It is away when compiling this DLLs from sources with Visual Studio 2013.
View ArticleNew Post: Exception when touching tablet
at what line are you getting the null ref exception?
View ArticleNew Post: how to just plot PlotArea ;
I think you can get the value from ActualPlotMargins or PlotArea. Note that the plot must be updated before these properties can be used.
View Article