Difference between revisions of "CalendarView.YearHeatMap"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (100 revisions imported)
 
(94 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
| readonly=no
 
| readonly=no
 
}}
 
}}
 +
  
  
 
If True, the Year view will display a "heat map" from yellow to red depending on how many [[CalendarEvent|CalendarEvents]] are on each day.
 
If True, the Year view will display a "heat map" from yellow to red depending on how many [[CalendarEvent|CalendarEvents]] are on each day.

Latest revision as of 14:21, 6 August 2015

Property (As Boolean)
aCalendarView.YearHeatMap = newValue
or
BooleanValue = aCalendarView.YearHeatMap


If True, the Year view will display a "heat map" from yellow to red depending on how many CalendarEvents are on each day.