ChartAxis.DateStep

From Jeremie Leroy - XOJO Controls Wiki
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"