New Post: Bar Series Drifting Upward
Thanks for the bug report! I see this is happening also in the examples in the Windows Forms Example Browser (it is working in WPF). I have added issuehttps://oxyplot.codeplex.com/workitem/10120 (I...
View ArticleEdited Unassigned: Bar Series Drifting Upward [10120]
see [discussion:515750]https://oxyplot.codeplex.com/discussions/515750
View ArticleEdited Unassigned: Bar Series Drifting Upward (Windows Forms) [10120]
see [discussion:515750]https://oxyplot.codeplex.com/discussions/515750
View ArticleUpdated Release: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleUpdated Release: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleReleased: OxyPlot binaries (Sep 04, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleNew Post: Overlapping labels.
Hi everyone who is reading this thread. I was surfing "oxyplot example browser" and saw this: My question is how do i remove overlapping of labels? Of course i can thin out every 2,3,4.. etc label, but...
View ArticleCreated Unassigned: CategoryAxis - do not show overlapping labels [10121]
Implement in `Render` methodIf a category is too narrow, it should not show the label for each item.see https://oxyplot.codeplex.com/discussions/527149
View ArticleNew Post: Overlapping labels.
I think this should be implemented in the CategoryAxis. If a category is too narrow, it should not show the label for each item. I addedhttps://oxyplot.codeplex.com/workitem/10121 You can workaround by...
View ArticleNew Post: TIFF export
Hi objo, Yes I want to be able to export plots in a report to TIFF. Thanks for the links to TiffBitmapEncoder. I will try out what you have suggested. Do you think the quality of exported tiff will be...
View ArticleNew Post: TIFF export
If you want scalable graphics, you should export to SVG or PDF. Both are supported in the core library of OxyPlot! If you implement a exporter based on TiffBitmapEncoder, try TiffCompressOption.None:...
View ArticleNew Post: Scatter series on heat map
Yes, you can add both a HeatMapSeries and a ScatterSeries (based on different data) to the same plot model. Performance for the heat map can be an issue if you need a high refresh rate for the dynamic...
View ArticleCreated Unassigned: Example with legend check boxes [10122]
Create example where the legends are rendered by check boxes. The check boxes should control the visibility of the series.See [discussion:514871]
View ArticleNew Post: Legends with check boxes
(I edited the title to make it easier to search in the discussion threads) Check boxes and list boxes are not supported by the OxyPlot core - you need to define these in an overlay. This should be...
View ArticleNew Post: FileNotFoundException in XAML designer (Visual Studio 2012/2013)
If you build the OxyPlot core yourself, I think you should also build the OxyPlot.Wpf assembly. Can you reproduce the error in any of the included examples?
View ArticleCreated Unassigned: Overlapping labels in ColumnSeries [10123]
Hide (or move?) labels if values are too low.See https://oxyplot.codeplex.com/discussions/501064
View ArticleNew Post: Labels overlapping each other in column chart if the values are too...
I think this should be implemented in the ColumnSeries or BarSeriesBase class. If the height of the rectangle is less than the height of the label text, the labels could be hidden. Moving the labels so...
View ArticleCreated Unassigned: [Suggestion] LabelFormatString with escape sequences [10124]
A little something I found useful. I'm making a line chart, and I need multi-line labels above the points, but there's no clean way to add a newline character to the LabelFormatString, other than...
View Article