Commented Unassigned: DateTime Axis constructor has multiple definitions with...
The DateTime Axis constructor has multiple definitions with identical signatures due to the optional signatures. For example:New DateTimeAxis(byval This as Double) is equivalent to New...
View ArticleCreated Unassigned: PathAnnotation.Render doesn't always render text [10177]
The easiest way to see this bug is to look at the 'LineAnnotation on linear axes' example (the very first one) and resize the window. Watch the 'Vertical' text and you should see that it flickers on...
View ArticleCommented Unassigned: PathAnnotation.Render doesn't always render text [10177]
The easiest way to see this bug is to look at the 'LineAnnotation on linear axes' example (the very first one) and resize the window. Watch the 'Vertical' text and you should see that it flickers on...
View ArticleClosed Unassigned: DateTime Axis constructor has multiple definitions with...
The DateTime Axis constructor has multiple definitions with identical signatures due to the optional signatures. For example:New DateTimeAxis(byval This as Double) is equivalent to New...
View ArticleClosed Task: Remove constructors with parameters [10103]
To be compatible with VB.NET?see [discussion:471973]How to reproduce this error?Removing constructors this will be a breaking change...
View ArticleCreated Unassigned: plotting lineSeries behaving strangely.. [10178]
I am plotting an FFT with about 480,000. points. I am using a line series. If I plot the magnitude of the fft it plots very quickly with no problems.if instead, before I define the lineSeries I for...
View ArticleCommented Unassigned: plotting lineSeries behaving strangely.. [10178]
I am plotting an FFT with about 480,000. points. I am using a line series. If I plot the magnitude of the fft it plots very quickly with no problems.if instead, before I define the lineSeries I for...
View ArticleCommented Unassigned: plotting lineSeries behaving strangely.. [10178]
I am plotting an FFT with about 480,000. points. I am using a line series. If I plot the magnitude of the fft it plots very quickly with no problems.if instead, before I define the lineSeries I for...
View ArticleEdited Unassigned: plotting lineSeries behaving strangely.. [10178]
please ignore the first comment below.. I added it to the bottom of the issue..I am plotting an FFT with about 480,000. points. I am using a line series. If I plot the magnitude of the fft it plots...
View ArticleSource code checked in, #f364824ed43a
#10176 PlotModel: remove AutoAdjustPlotMargins - use PlotMargins property instead, set to NaN to auto adjust a margin
View ArticleClosed Unassigned: Remove AutoAdjustPlotMargins [10173]
This property can be redundant if the definition of `PlotMargins` is changed.Set the default `PlotMargins = (NaN,NaN,NaN,NaN)`, this should match `AutoAdjustPlotMargins = true`.When a margin is NaN,...
View ArticleNew Post: Programmatically add graph to XAML form C#
You can add to the Model of your Plot then:MyPlot1.Model.Series.Add(ls); You should be using templates and bind a collection of PlotModels to a custom UserControlm
View ArticleNew Post: How to hide scale values that show on X and Y axis
I have created a graph using OxyPlot but I don't want the scale values to show on X and Y axis. I want the gridlines to show so I don't want to hide the axes itself but just the values that show on...
View ArticleCommented Unassigned: PathAnnotation.Render doesn't always render text [10177]
The easiest way to see this bug is to look at the 'LineAnnotation on linear axes' example (the very first one) and resize the window. Watch the 'Vertical' text and you should see that it flickers on...
View Article