Difference between revisions of "ChartAxis.DateStep"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (19 revisions imported)
 
(5 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| readonly=no
 
| readonly=no
 
}}
 
}}
 +
For continuous values on dates, this defines the minimal step.<br/>
 +
Accepted values are:<br>
 +
"second", "s"<br>
 +
"minute"<br>
 +
"hour", "h"<br>
 +
"day", "d"<br>
 +
"year", "y"<br>

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"