ChartAxis.DateStep

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 14:57, 3 September 2014 by Admin (Talk | contribs)

Jump to: navigation, search
Property (As String)
aChartAxis.DateStep = newValue
or
StringValue = aChartAxis.DateStep

For continuous values on dates, this defines the minimal step.
Accepted values are:
"second", "s"
"minute"
"hour", "h"
"day", "d"
"year", "y"