krysalis-jcharts/src/java/org/krysalis/jcharts/chartData DataSeries.java,1.1,1.2

Chris McKay <[email protected]> Thu, 01 Jul 2004 01:40:58 +0000
Newsgroups gmane.comp.krysalis.jcharts.cvs
Message-ID <[email protected]>
Update of /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/chartData
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8098/src/java/org/krysalis/jcharts/chartData

Modified Files:
	DataSeries.java 
Log Message:
Dual Y axis changes, add support for rightAxisTitle

Index: DataSeries.java
===================================================================
RCS file: /cvsroot/jcharts/krysalis-jcharts/src/java/org/krysalis/jcharts/chartData/DataSeries.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DataSeries.java	17 May 2003 16:58:11 -0000	1.1
--- DataSeries.java	1 Jul 2004 01:40:56 -0000	1.2
***************
*** 73,76 ****
--- 73,93 ----
  	}
  
+ 	/******************************************************************************************
+ 	 * Constructor
+ 	 *
+ 	 * @param axisLabels
+ 	 * @param xAxisTitle if this is NULL, no title will be displayed
+ 	 * @param yAxisTitle if this is NULL, no title will be displayed
+ 	 * @param rightYAxisTitle if this is NULL, no title will be displayed
+ 	 * @param chartTitle if this is NULL, no title will be displayed
+ 	 *******************************************************************************************/
+ 	public DataSeries( String[] axisLabels, String xAxisTitle, String yAxisTitle, String rightYAxisTitle,
+ 						String chartTitle )
+ 	{
+ 		super( xAxisTitle, yAxisTitle, rightYAxisTitle, chartTitle );
+ 
+ 		this.axisLabels = axisLabels;
+ 	}
+ 
  
  	/******************************************************************************************



-------------------------------------------------------
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