Difference between revisions of "ChartAxis.DateStep"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (19 revisions imported)
 
(No difference)

Latest revision as of 14:21, 6 August 2015

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"