property Chart.MarkTodayColor as Color
Retrieves or sets a value that indicates the color to mark today in the chart.

TypeDescription
Color A Color expression that indicates the color being used to mark the today date.
The MarkTodayColor property specifies the color to mark the today date. If the MarkTodayColor property is the same as the BackColor property, the today date is not marked. Use the NonworkingDays property to specify the nonworking days in a week. Use the DrawTickLines property to specify whether the grid lines between time units in the level are visible or hidden. Use the DrawGridLines property to specify whether the control draws the grid lines in the chart's area. Use the GridLineColor property to specify the color for grid lines. Use the DrawGridLines property to specify whether the control draws the grid lines in the items area. Use the DrawGridLines property to draw grid lines for a specified level. Use the MarkSelectDateColor property to highlight the selected dates. Use the SelectDate property to select a date by clicking the chart's header. Use the MarkNowColor property to show a vertical bar that indicates the current date-time in the control's chart, from seconds to seconds, minutes, and so on. Use the MarkTimeZone method to highlight different time-zones.