I have an ultraDataChart and an ultraLegend. The legend colors doesn't match the chart colors. It does match the text, and shape, just not the color. My series is a pointseries, so there are no lines. I would expect this to follow the MarkerBrush colors because there are no lines. So the legend is useless if the colors don't match.
Well, none of the images would post, and there was a delay until it posted the empty page. I just now realized that I could go to options and attach an image.
I figured out the problem. On a PointSeries there are no lines to display and thus Brush has no effect on the display of the chart, however that is what's attached to the legend.
My fix is this
MarkerBrush = new SolidColorBrush(Color.Navy),Brush = new SolidColorBrush(Color.Navy)
I would highly recommend that if PointSeries is used, and MarkerBrush is set, to set the Brush automatically behind the scene so that the legend will display properly.
Hello,
I recommend compressing your attachments and upload them. I attached a sample that demonstrates how to build an UltraLegend to pair with the DataChart. Please review it and let me know if you have any questions. If you are able to reproduce the b behaviors you have described, please modify the sample and I'll review it for you.
Nope IE and chrome won't work. IE pastes (Ctrl V) the image, but won't display. Chrome won't do anything. I'll try Firefox.
I actually thought that I had posted an image in my second post.
Are you able to attach the image to this thread, or post the image using a different browser? Please let us know.