simpleType GraduationType
namespace http://www.mapinfo.com/mxp
type restriction of xs:string
properties
base xs:string
used by
elements BarBaseSize/BarGraduation PieBaseSize/PieGraduation SymbolBaseSize/SymbolGraduation SizeSpreadMethod
facets
Kind Value Annotation
enumeration const
documentation
The size changes in 1-to-1 proportion to the data value. If the data value 1000 is 2 inches, then data value 1500 is 3 inches.
enumeration log
documentation
The size changes in proportion to change in the log (base 10) of the data value.  If data value 1000 (log = 3) is 2 inches, then data value 1500 (log = 3.18) is 2.12 inches (3.18/3 * 2).
enumeration sqrt
documentation
The size changes in proportion to change in the square root of the data value.  If data value 1000 (square root = 31.6) is 2 inches, then data value 1500 (square root = 38.7) is 2.45 inches (38.7/31.6 * 2).
annotation
documentation
Type that indicates the rate of change in a size with respect to changes in a data value.


© 2019 Pitney Bowes Software Inc. support.pb.com