python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
WPF vs WinForms Oxyplot Customize Tooltip/Tracker
I am building a WPF application and rendering a chart using OxyPlot.
In order to maximize the performance of the chart, I switched to OxyPlot.WindowsForms and embedded the chart using WindowsFormsHost...
Melissa
Votes: 0
Answers: 1
OxyPlot - WPF PlotView does not update property
I have a PlotView that has the height binds to the property ModelHeight in the view model.
MainWindow.xaml
<oxy:PlotView x:Name="IOPlot" Model="{Binding IOPlotModel}" Height=&qu...
Trang Vo
Votes: 0
Answers: 1
Oxyplot (wpf) get rid of empty space to the right of PlotView
I'm using OxyPlot for WPF and the PlotView adds a space to the right of it instead of filling up the entire area as you can see in this picture:
I added the black box to show to where the PlotView sh...
morknox
Votes: 0
Answers: 1
UserControl: This PlotModel is already in use by some other PlotView control
I know this question has been posted already, but I don't understand the answers. In My case I have a project with only a UserControl:
<UserControl x:Class="SimpleOxyPlotUserControl.UserContro...
Anno
Votes: 0
Answers: 1