orderMethodTooltips property
getter/setter pair
Implementation
Map<String, String> orderMethodTooltips = {
'Rank': '''
Rescale based on the rank order of the values of the variable so the values
start from 1 up to the number of different values for the variable..
''',
'Interval': '''
Rescale within the specified interval range.
''',
};