NtTimeChartControl.ShowLinesOnCategoryRows Property

When closing a category, the rows in that category will vanish so you can not see the data objects in there any more. But especially when overlooking long time ranges it still might be helpful for users to get an idea if there is data in the closed category and where. For this reason the NtTimeChartControl is able to show so called 'category lines' on closed categories that indicate data. Please see the image below. It shows the category 'Regular' once open, then closed without category lines and then closed with category lines:

Please also see the Concept Categories for more details.

Overload List:

Modifier / Return Value Name and Parameters Description

public bool

ShowLinesOnCategoryRows

Determine if to show category lines or not.

Return value:

bool
The current status of the flag.

Remarks:

You can toogle this flag any time. Please be sure to call Invalidate() on the NtTimeChartControl after changing the value.