NetCharts Pro

Uses of Class
netcharts.pro.common.rectangular.NFAxis

Packages that use NFAxis
netcharts.pro.charts.strip Main interface for working with the stripchart object. 
netcharts.pro.common.rectangular Common classes for charts that have rectangular axes. 
 

Uses of NFAxis in netcharts.pro.charts.strip
 

Subclasses of NFAxis in netcharts.pro.charts.strip
 class NFStripAxis
          Class for a strip chart bottom or top axis.
 

Methods in netcharts.pro.charts.strip that return NFAxis
 NFAxis NFStripchart.getBottomAxis()
          Returns the bottom axis object.
 NFAxis NFStripchart.getTopAxis()
          Returns the top axis object.
 

Methods in netcharts.pro.charts.strip with parameters of type NFAxis
 void NFStripchart.setBottomAxis(NFAxis bottomAxis)
          Sets the bottom NFStripAxis object.
 void NFStripchart.setTopAxis(NFAxis topAxis)
          Sets the top NFStripAxis object.
 

Uses of NFAxis in netcharts.pro.common.rectangular
 

Methods in netcharts.pro.common.rectangular that return NFAxis
 NFAxis NFDataChart.getLeftAxis()
          Gets the left axis object.
 NFAxis NFDataChart.getRightAxis()
          Gets the right axis object.
 NFAxis NFDataChart.getBottomAxis()
          Gets the bottom axis object.
 NFAxis NFDataChart.getTopAxis()
          Gets the top axis object.
 

Methods in netcharts.pro.common.rectangular with parameters of type NFAxis
 void NFDataChart.setLeftAxis(NFAxis leftAxis)
          Sets the left axis object.
 void NFDataChart.setRightAxis(NFAxis rightAxis)
          Sets the right axis object.
 void NFDataChart.setBottomAxis(NFAxis bottomAxis)
          Sets the bottom axis object.
 void NFDataChart.setTopAxis(NFAxis topAxis)
          Sets the top axis object.
 void NFDataSet.setXAxis(NFAxis axis)
          Sets the x axis to map this set's data locations.
 void NFDataSet.setYAxis(NFAxis axis)
          Sets the y axis to map this set's values with.
 void NFGrid.setXAxis(NFAxis axis)
          Sets which axis should be used to map vertical lines.
 void NFGrid.setYAxis(NFAxis axis)
          Sets which axis should be used to map horizontal lines.
 


NetCharts Pro


Visual Mining, Inc.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2004
All Rights Reserved.

NetCharts Pro TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Apr 1, 2004