Ruler that determines data mapping, specified as one of these
types of ruler objects:
DurationRuler
object — Convert
the input num
to duration values.
DatetimeRuler
object — Convert
the input num
to datetime values.
NumericRuler
object — No
conversion. For this case, the output data
is equal
to the input num
.
GeographicRuler
object — No
conversion. For this case, the output data
is
equal to the input num
.
Specify the ruler object by referring to either the XAxis
, YAxis
,
or ZAxis
property of the Axes
object.