[VB] | Public Sub updateDisplay([ repaintNow As Boolean ]) |
[C#] | public void updateDisplay([ bool repaintNow ]); |
ChartDirector 5.1 (.NET Edition)
WinChartViewer.updateDisplay
Usage
[VB] | Public Sub updateDisplay([ repaintNow As Boolean ]) |
[C#] | public void updateDisplay([ bool repaintNow ]); |
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