Page 1 of 1

Double highlight in legenbox

Posted: Mon Apr 20, 2015 9:38 am
by jrvdboom
I have a LegendBoxXY in my ViewXY and I've set it to vertical layout. When I hover over the series names, the series get highlighted. However, when I do either this

Code: Select all

chart.ChartRenderOptions.FontsQuality = FontsRenderingQuality.High;
or this

Code: Select all

chart.ViewXY.LegendBox.SeriesTitleFont = new WPFFont("Segoe UI", 13.333);
I get double highlights when I move the mouse from top to bottom over the legend. It works correctly when I move the mouse from bottom to top.

Re: Double highlight in legenbox

Posted: Mon Apr 20, 2015 3:35 pm
by ArctionPasi
Thanks for reporting this. Problem confirmed in WPF chart. :shock:

This will be fixed in the next assembly pack. Our apologies.

Re: Double highlight in legenbox

Posted: Tue Apr 21, 2015 1:13 pm
by ArctionPasi
Fixed in v.6.4.4 assembly pack released today.

Re: Double highlight in legenbox

Posted: Wed Apr 22, 2015 6:35 am
by jrvdboom
Thank you!