Re: Combo Line Chart

"Nathaniel G. Auvil" <[email protected]> Thu, 1 Jul 2004 16:56:23 -0700 (PDT)
Newsgroups gmane.comp.krysalis.jcharts.devel
Message-ID <[email protected]>
yeah....somehow we need to allow the user to specify which axis to plot on.  But wouldn't that get
confusing if you plotted the same chart type on both axis?  Would we need separate legends or
something?



--- Chris McKay <[email protected]> wrote:
> One thing that has been brought to my attention off the list is the
> following scenario.
> 
> Now we have a dual Y axis why can't I plot one set of lines against the
> LHS and another set against the RHS?
> 
> It looks like the problem is in AxisChart overlayCharts method and
> associated DataSet storage mechanism. DataSets are stored as HashMaps
> keyed by ChartType, so of course having two data sets of the same type
> won't work. I guess what is needed is to stored these in a vector and
> have the type stored as part of the set. But what else would break?
> 
> Any thoughts?
> 
> Sample code:
> 
> 	protected void overlayCharts() throws PropertyException,
> ChartDataException
> 	{
> 		IAxisPlotDataSet iAxisPlotDataSet;
> 
> 		iAxisPlotDataSet =
> this.iAxisDataSeries.getIAxisPlotDataSet( ChartType.AREA_STACKED );
> 		if( iAxisPlotDataSet != null )
> 
> 
> C
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by Black Hat Briefings & Training.
> Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
> digital self defense, top technical experts, no vendor pitches, 
> unmatched networking opportunities. Visit www.blackhat.com
> _______________________________________________
> jCharts-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jcharts-developers
> 



		
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com