[C#] | public void updateDisplay([ bool repaintNow ]); |
[VB] | Public Sub updateDisplay([ repaintNow As Boolean ]) |
ChartDirector 7.1 (.NET Edition)
WinChartViewer.
Usage
[C#] | public void updateDisplay([ bool repaintNow ]); |
[VB] | Public Sub updateDisplay([ repaintNow As Boolean ]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
repaintNow | true | A true value means the display is updated immediately or as soon as possible. A false value means that the GUI framework is notified that the display needs to be updated. The GUI framework may delay the update for a short time, which is usually unnoticeable, but may become noticeable if the system is very busy. |
Return Value