Uses of Class
dataPlotsFX.data.TDScaleInfoData
Packages that use TDScaleInfoData
- 
Uses of TDScaleInfoData in dataPlotsFX
Methods in dataPlotsFX that return TDScaleInfoDataModifier and TypeMethodDescriptionTDGraphParametersFX.getScaleInfoData(DataTypeInfo dataType) Get scale information for a particular data typeMethods in dataPlotsFX with parameters of type TDScaleInfoDataModifier and TypeMethodDescriptionvoidTDGraphParametersFX.setScaleInfoData(DataTypeInfo dataType, TDScaleInfoData scaleData) Set scale information data for a particular data type. - 
Uses of TDScaleInfoData in dataPlotsFX.data
Methods in dataPlotsFX.data that return TDScaleInfoDataMethods in dataPlotsFX.data with parameters of type TDScaleInfoDataModifier and TypeMethodDescriptionvoidTDScaleInfo.setScaleInfoData(TDScaleInfoData scaleInfoData) Set the scale info values based on scale info data.