NtTimeChartControl.Rows Property

Readonly
This property returns the number of rows the control currently has.

Overload List:

Modifier / Return Value Name and Parameters Description

public int

Rows

Number of rows covered by the control.

Return value:

int
The number of rows, this control currently has.

Remarks:

The control is organized in rows. Your data elements are assigned to the different rows according to the currently active NtPerspective (see SetNtPerspective). The NtPerspective determines the number of rows your NtTimeChartControl currently has. By setting another NtPerspective the number of rows may change. One common case is that every data type is displayed in a row for its own. In this case you will set up a NtPerspective which defines one row for each data type.

See also:

GetColWidth()
GetColX()
Cols