NetCharts Pro

Uses of Interface
netcharts.pro.common.NFDataMapper

Packages that use NFDataMapper
netcharts.pro.charts.strip Main interface for working with strip charts. 
netcharts.pro.common Provides general use classes for chart objects and utilities. 
netcharts.pro.common.rectangular Common classes for charts that have rectangular axes. 
 

Uses of NFDataMapper in netcharts.pro.charts.strip
 

Classes in netcharts.pro.charts.strip that implement NFDataMapper
 class NFStripAxis
          Class for a strip chart bottom or top axis.
 

Uses of NFDataMapper in netcharts.pro.common
 

Methods in netcharts.pro.common that return NFDataMapper
 NFDataMapper NFAxisMap.getXAxis()
          Deprecated. Please use only in case when you have manually set xAxis with setter method. In case when chart is initialized from CDL, use: NFDataChart.getXAxis(NFDataSet set) method chart.getXAxis(dataSet);
 NFDataMapper NFAxisMap.getYAxis()
          Deprecated. Please use only in case when you have manually set yAxis with setter method. In case when chart is initialized from CDL, use: NFDataChart.getYAxis(NFDataSet set) method chart.getYAxis(dataSet);
 

Methods in netcharts.pro.common with parameters of type NFDataMapper
 void NFAxisMap.setXAxis(NFDataMapper xAxis)
          Set the axis object that the X dimension should be translated with.
 void NFAxisMap.setYAxis(NFDataMapper yAxis)
          Set the axis object that the Y dimension should be translated with.
 

Constructors in netcharts.pro.common with parameters of type NFDataMapper
NFAxisMap(NFDataMapper xAxis, NFDataMapper yAxis)
          Constructs an axis map using axis objects to define which scales should be used to translate data values.
 

Uses of NFDataMapper in netcharts.pro.common.rectangular
 

Classes in netcharts.pro.common.rectangular that implement NFDataMapper
 class NFAxis
          The NFAxis object has a tremendous amount of flexibility for manipulating the rectangular axes found in several of the NetCharts rendering engines.
 


NetCharts Pro


Visual Mining, Inc.
2099 Gaither Rd.
Suite 220
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2011
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: Jun 28, 2011