Quantcast
Channel: oxyplot Discussions Rss Feed
Browsing all 1267 articles
Browse latest View live

New Post: WPF performance

Not sure how much help this is, but I have some results from the WPF Performance Suite (part of Windows SDK). It's not very detailed, but it indicates "Rendering Thread" uses 50% CPU time and "Layout"...

View Article


New Post: WPF performance

(Formatting is lacking, just copy the table into notepad.)"Top 20" results from SharpDevelop profiler:Name Call Count Time Spent TS (self) TS (per call) TS (self/call)...

View Article


New Post: OxyPlot with dynamic data series

Any advice/tips on plotting one or more dynamic data series efficiently? What types of classes should I consider writing to increase performance? Axis, Series, Rendering contexts, etc.

View Article

New Post: OxyPlot with dynamic data series

Here are some tips: https://oxyplot.codeplex.com/wikipage?title=Performance&referringTitle=Documentation

View Article

New Post: VS 2012 SimpleDemo: Plot won't render in WPF XAML Designer at...

nobody still reproduce the bug ?

View Article


New Post: OxyPlot with dynamic data series

That can only go so far and I'm already doing that. I'm looking for performance in keeping the plot up-to-date rather than simply drawing a large number of points.

View Article

New Post: OxyPlot with dynamic data series

Sorry can't help you there. See the animated examples, seems pretty fluent to me. Good luck

View Article

New Post: Rendering contexts

I see there has been some work to support multiple rendering contexts. At the moment, only ShapesRenderContext is working. What's the status of the other contexts? Especially DrawingRenderContext....

View Article


New Post: Formatting the Tracker control

Hello, is there a way to format the Tracker control? Mine has a yellow background with the text written in white on it. It's pretty ugly, actually. Any help here would be appreciated...

View Article


New Post: Formatting the Tracker control

There are plenty of examples explaining how to do that in XAML. Good luck

View Article

New Post: AreaChart, define smartly Y axys

Define both a LineSeries and an AreaSeries with transparent color for the lines of the AreaSeries. This way you won't have that zero line. Other solution could be setting the DataFieldY2 to a negative...

View Article

New Post: AreaChart, define smartly Y axys

Define both a LineSeries and an AreaSeries with transparent color for the lines of the AreaSeries. This way you won't have that zero line Your first solution looks simpler, can you please clarify what...

View Article

New Post: AreaChart, define smartly Y axys

var myArea = new AreaSeries(); var myLine = new LineSeries(); //Do the same that you do now myLine.Points = myArea.Points; myArea.Color = OxyColors.Transparent; MyModel.Series.Add(myArea);...

View Article


Image may be NSFW.
Clik here to view.

New Post: AreaChart, define smartly Y axys

Hi, I still got the same area chart which Y axis is stretched to zero: What am I missing? Here's my full code: var model = new PlotModel("AAAA", CurrentOrderSold.Identifier.Name); var dateTimeAxis =...

View Article

New Post: AreaChart, define smartly Y axys

If I understand you correctly you don't want the graph to start at 0 but at 14, as in your example. For that set the Minimum (or AbsolutMinimum) of your Y axis to 14. You may also adjust the padding to...

View Article


New Post: AreaChart, define smartly Y axys

omg thanks a lot. I just change Zero variable to be equal to the minimum value of my Quotes

View Article

New Post: ECCN code for OxyPlot

Hi again!I also need to know if any part of the software designed in US or retrieved from a US site?RegardsEmelie Edström Från: objo [email removed]Skickat: tisdag den 2 juli 2013 23:17Till: Edström...

View Article


New Post: Steps with LogarithmicAxis

If you're not bothered about the minor ticks being the same size as major ticks then this is a bit of a hacky way to do this. Just change the minor ticks to major ticks. Inside LogarithmicAxis.cs,...

View Article

New Post: Logarithmic steps

Why is the gap between 0-2000 so big? I have altered the logarithmic scale slightly to only draw major ticks and for them to be at intervals I choose.https://www.dropbox.com/s/hge7bgbnz9ziz5t/back.png

View Article

New Post: Logarithmic steps

What is the ActualMinimum value of your axis? It should not be possible to use 0 on a log axis

View Article
Browsing all 1267 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>