property Chart.DrawDateTicker as Boolean
Retrieves or sets a value that indicates whether the control draws a ticker around the current date while cursor hovers the chart's client area.

TypeDescription
Boolean A Boolean expression that indicates whether the date ticker is visible or hidden.
Use the DrawDateTicker property to hide the ticker that shows up when the cursor hovers the chart's area. By default, the DrawDateTicker property is True. Use the DateFromPoint property to retrieve the date from the cursor. Use the NonworkingDays property to specify the nonworking days. Use the MarkTodayColor property to specify whether the today date is marked. Use the DrawTickLines property to specify whether the grid lines between time units in the level are visible or hidden.