New Post: Real time data and panning problem
Thanks a lot for taking the time to answer!! I will do as per your post and what you said here! Thanks again!
View ArticleNew Post: Tracker Format for Custom data points
Look some more on this after my vacation and solved my problem after finding the CustomTrackerDemo.. In my XAML I added:<oxy:PlotView ... > <oxy:PlotView.DefaultTrackerTemplate>...
View ArticleNew Post: Exception when touching tablet
I use the current Version of OxyPlot on a Windows 8.1 32 bit tablet. When I touch the Plot-Window I got a System.NullReferenceException(): with the following callstack...
View ArticleCreated 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: StairStepSeries lines should be snapped to device...
The lines are always horizontal/vertical and should look sharp.Comments: Do you still get the problem if you set the UseLayoutRounding property to true in the control containing the chart?
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: Axis tranform and axis scale factor seems to be wrong
Hi everybody,See the screenshot According to this picture, you can see that the gradient shifts a little on the right. It's because the transform method seems to be not only based on the plot area...
View ArticleNew Post: OxyPlot.Metro from NuGet: chart completely empty!
I have been using OxyPlot.Metro in a Caliburn.Micro based Windows 8 application. I have my View.xaml something like this:// xmlns:oxy="using:OxyPlot.Metro" <oxy:Plot x:Name="Chart" Model="{Binding...
View ArticleNew Post: Force refresh of axis
Hi I'm having a problem with forcing refresh of the x-axis when it changes with time. I have a datetime axis as the x-axis. This should be updated approx. each hour with a new hourly timestamp to the...
View ArticleNew Post: Force refresh of axis
It seems as it was something else that was the matter, it works now.
View ArticleCreated 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: 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 ArticleNew Post: PlotView has always fixed width
Hello and thanks for your awesome library. I am using OxyPlot with WPF. When putting the PlotView in a ScrollViewer and fill the model with realtime data, the width of the control does not change. I...
View ArticleNew Post: Moving the project to GitHub
I would be more interested in contributing to the project. GitHub is a site with more the developer focus while CodePlex seems to have more focus on the discussions. I find more information on...
View ArticleNew Post: Always displaying the tracker
A lineAnnotation doesn't work well. In MouseEventExample -> Select range, I added a line annotation that always following the mouse, but PlotView cannot fire mouse events....
View ArticleNew Post: WPF version line series thickness
Turn aliased off looks bad on wpf. But I found thickness = 2 works really well. At first I thought default thickness is 1, but actually not. Thanks
View ArticleCreated Unassigned: Need to change intensity/opacity of HighLowItems in...
I need to represent a series of points at different intensities/opacities of the same color (OxyColors.Green) but I either don't understand how ChangeIntensity works or it does not work, as the factors...
View ArticleNew Post: Documentation and default behavior
Hi, Are there any documents explaining how can end user interact with default line charts using mouse or touch? (zoom, reset zoom, ...) Thanks, PV
View ArticleNew Post: Documentation and default behavior
You can find the basics here, although copy bitmap isn't in the most recent version, you can add it back in using this code (I'd link you to my annotation drawing toolbar example as an example of how...
View Article