Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » ScatterCtrl / ScatterDraw - ShowLegend() problem and general Question
Re: ScatterCtrl / ScatterDraw - ShowLegend() problem and general Question [message #39758 is a reply to message #39747] Tue, 23 April 2013 22:08 Go to previous messageGo to previous message
OliverSo is currently offline  OliverSo
Messages: 6
Registered: May 2012
Promising Member
Well, than I will continue to use it. Anyhow, it behaves similar to all other u++ packages: I get something working quite fast, but sometimes I don't know exactly, why Wink

koldo wrote on Tue, 23 April 2013 09:01

You are right. ShowLegend() is not used. The function really used is ShowInfo(). I will upload the fix ASAP.


I think having ShowLegend(const bool& show = true) in ScatterCtrl is ok, as this method is also available in ScatterDraw.

I would propose to implement it like this:

ScatterCtrl& ShowLegend(const bool& show = true) 	
				{ScatterDraw::ShowLegend(show); return *this;}


similar to all the other ScatterDraw wrapper methods in ScatterCtrl.

Oliver
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Displaying raw image data
Next Topic: Socket Communication 101
Goto Forum:
  


Current Time: Mon Apr 28 11:14:28 CEST 2025

Total time taken to generate the page: 0.02589 seconds