JVCL Help:TJvCustomTimeLine.YearWidth

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the horizontal size of years displayed on the timeline view.


Pascal

 TJvYearWidth = 12..MaxInt;
propertyYearWidth: TJvYearWidth;


Description

Use YearWidth to indicate the desired width of years displayed on the timeline view.
YearWidth determines whether specific data is displayed:

  • The day numbers are only displayed if YearWidth is greater than or equal to 4320, and ShowDays is set to True.
  • If YearWidth is greater than 1440, long names of months are shown (e.g. "februari"), otherwise short names are shown (e.g. "feb"). If ShowMonthNames is set to false then no month names are shown.
  • If VertSupports is set to True, then one support line is drawn for each month unless YearWidth is smaller than 160, then one support line is drawn for each quarter year.


See Also

TJvCustomTimeLine.ShowDays, TJvCustomTimeLine.ShowMonthNames, TJvCustomTimeLine.VertSupports


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page