Version

Display Labels at Intervals on a Time-Scale Axis

When using a time-scale axis, as with a numeric axis, the default TickmarkStyle is set to Percentage, and the default TickmarkPercentage is 10. This means that a tickmark will appear at every 10% of the range of data. This is not always the best option because most units of time are not based on 10. In this case, Smart Tickmarks can be used. When TickmarkStyle is set to Smart on a DateTime axis, tickmarks are generated using logical intervals of time (e.g. days, weeks, or months).

Enabling smart tickmarks automatically sets the TickmarkIntervalType and TickmarkInterval properties to the best values for the given range of data. For complete customization, these properties can be used when TickmarkStyle is set to DataInterval. To place a tickmark every 3 days, set the TickmarkIntervalType property to Days and set the TickmarkInterval property to 3.

For information on how to display your chart data on the time-scale axis, see Display Data on a Time-Scale Axis.

Shows a 2D Area Chart that has its labels displayed at intervals with the X Axis is in DateTime.