Released: OxyPlot binaries (Feb 28, 2013)
release assemblies (WPF, Silverlight and Windows Forms) examples
View ArticleUpdated Release: OxyPlot binaries (Feb 28, 2013)
release assemblies (WPF, Silverlight and Windows Forms)examples
View ArticleCreated Unassigned: MouseDown Event doesn't Trigger with HeatMapSeries [10053]
MouseDown Event doesn't Trigger with HeatMapSeries
View ArticleEdited Unassigned: MouseDown Event doesn't Trigger with HeatMapSeries [10053]
MouseDown Event doesn't Trigger with HeatMapSerieshttp://pastebin.com/PJfKjJ0G
View ArticleEdited Unassigned: MouseDown Event doesn't Trigger with HeatMapSeries [10053]
MouseDown Event doesn't Trigger with HeatMapSeriesI used the same way to add the mouse event to the HeatMapSeries, as I would do with a LineSeries.http://pastebin.com/PJfKjJ0G
View ArticleCreated Unassigned: ColorAxis High/-Lowcolor Properties are overwritten [10054]
In the HeatMapSeries Example this problem can be seen: The High/-LowColor Properties are set this way: model.Axes.Add(new ColorAxis { Position = AxisPosition.Right, __Palette = OxyPalettes.Jet(500)__,...
View ArticleEdited Unassigned: ColorAxis High/-Lowcolor Properties are overwritten [10054]
In the HeatMapSeries Example this problem can be seen: The High/-LowColor Properties are set this way: model.Axes.Add(new ColorAxis { Position = AxisPosition.Right, __Palette = OxyPalettes.Jet(500)__,...
View ArticleEdited Unassigned: ColorAxis High/-Lowcolor Properties are overwritten [10054]
In the HeatMapSeries Example this problem can be seen: The High/-LowColor Properties are set this way: model.Axes.Add(new ColorAxis { Position = AxisPosition.Right, __Palette = OxyPalettes.Jet(500)__,...
View ArticleEdited Unassigned: ColorAxis High/-Lowcolor Properties are overwritten [10054]
In the HeatMapSeries Example this problem can be seen: The High/-LowColor Properties are set this way: model.Axes.Add(new ColorAxis { Position = AxisPosition.Right, __Palette = OxyPalettes.Jet(500)__,...
View ArticleCommented Unassigned: ColorAxis High/-Lowcolor Properties are overwritten...
In the HeatMapSeries Example this problem can be seen: The High/-LowColor Properties are set this way: model.Axes.Add(new ColorAxis { Position = AxisPosition.Right, __Palette = OxyPalettes.Jet(500)__,...
View ArticleNew Post: Rendered smooth line is different with tracker data
Dears, I tried to draw some smooth line (with log scale axies) in the example code as below, and found that the actual rendered line is slightly different from the tracker data line. so, if I tried to...
View ArticleNew Post: Rendered smooth line is different with tracker data
It seems to happen when Log Axies are applied.
View ArticleNew Post: How to collapse RightSide LayoutAnchorableGroup
I have the following xaml which works fine, the RightSide items ProcessExplorer and DataExplorer are UserControls that are TreeViews. The User can pick items on the TreeViews and new LayoutDocuments...
View ArticleNew Post: How to collapse RightSide LayoutAnchorableGroup
Sorry this got posted to the wrong group.
View ArticleCreated Unassigned: Hit testing LineSeries with smoothing [10055]
hit testing should interpolate transformed points, like the rendering doesAlso change the UpdateMaxMin:- transform the points- interpolate- inverse transform min/max pointssee...
View ArticleNew Post: Rendered smooth line is different with tracker data
Thanks for the code! I think the problem is that hit testing is interpolating then transforming the input points, while the rendering is transforming, then interpolating. I think the hit testing should...
View ArticleNew Post: Possible bug with mouse event on WPF chart
Hello everyone, I am creating an application with Oxyplot, which is great, but i recently faced with a problem : when i have my chart empty of rectangle annotation the mouse event doesn't trigger at...
View ArticleNew Post: [Example("LineSeries and PlotModel MouseDown event")] in WPF?
I would like to allow the user to both drag individual points around and add new points using the mouse in my WPF application. The functionality I need seems to be entirely contained in the WinForms...
View ArticleNew Post: How to Create HighLowSeries/CandlestickSeries
I am using the latest version of OxyPlot from NuGet. However when searching the series types via wpf designer I do not see the HighLowSeries or the CandlestickSeries. How do I create these types of...
View ArticleNew Post: few changes to the source and one potential issue found
Thanks objo, that works great!
View Article