Quantcast
Channel: OxyPlot (moved to GitHub)
Viewing all articles
Browse latest Browse all 2061

Commented Issue: Resizing of a window leads to error [9991]

$
0
0
If you use a simple plot within a window, which you can resize to a minimum this leads an assertion error: "Height must be larger than 0 ..." Try this program:

<Window x:Class="BugReport.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:oxy="clr-namespace:OxyPlot.Wpf;assembly=OxyPlot.Wpf"
Title="Test Window">
<Grid>
<oxy:Plot Title="Test plot">
</oxy:Plot>
</Grid>
</Window>
Comments: Should be closed.

Viewing all articles
Browse latest Browse all 2061

Latest Images

Trending Articles



Latest Images