NtTimeChartControl.InvalidateRow Method

Invalidates a complete row and thereby initiates repainting. Useful whenever you made changes that affect all data elements of a single row or the row itself. For example after changing the color settings for a certain data type or the way data is displayed (curves instead of texts e.g.) or the row background color (if enabled).

Overload List:

Modifier / Return Value Name and Parameters Description

public void

InvalidateRow ( int row )

Invalidates the row and thereby initiates repainting.

Return value:

void

Parameters:

int row
The zero based index of the row to invalidate.

Remarks:

Providing a row index that exceeds the number of existing rows or is negative will rise an Exception.

See also:

NtDisplayDef
Rows