Background Image

Knowledge base articles about
scales

Search DlhSoft Team's blog for scales

How can I define a fully custom scale type, with custom header text items in Gantt Chart Light Library? You should set the ScaleType and/or HeaderContentFormat properties of the Scale object to Custom, and define its custom scale intervals and/or header text items in code behind (after applying template): <pdgcc:GanttChartDataGrid.Scales> <pd…

If you need to define a custom schedule (specifying working and nonworking time for different days), time scale (displayed time headers), and/or timeline page (scrollable time interval) within Gantt Chart Library for WPF or Project Management Library for WPF, check the Custom Schedule, Custom Scale, and Custom Timeline sample applications for the control …

How can I customize the appearance of the current time vertical bar or highlight specific time intervals using vertical bar providers in Gantt Chart and relarted controls within Gantt Chart Library or Project Management Library? You can show vertical bars to highlight certain moments or time intervals in the chart area using a customized VerticalBarProviders collection se…

How can I highlight specific time intervals using vertical bars in Gantt Chart and relarted controls within Gantt Chart Light Library? You can show vertical bars to highlight certain time intervals in the chart area using a customized Scale object instance added to the Scales collection of the control, having the following properties values set: HeaderHeight: zero (the ps…