[C#] | public void PartialUpdateChart([ string msg [, int timeout ]]); |
[VB] | Public Sub PartialUpdateChart([ msg As String [, timeout As Integer ]]) |
ChartDirector 7.1 (.NET Edition)
RazorChartViewer.
Usage
[C#] | public void PartialUpdateChart([ string msg [, int timeout ]]); |
[VB] | Public Sub PartialUpdateChart([ msg As String [, timeout As Integer ]]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
msg | "" | A pop up message to be displayed on the chart. "" means no pop up message will be displayed. |
timeout | 0 | The delay time in milliseconds, after which the pop up message will automatically hide. If a negative number is used, the delay time is set as the absolute value. In addition, there will be an OK button to allow the user to dismiss the message. Use a very large negative number to show the message until the user press OK. 0 means the pop up message will stay until the chart refreshes. |
Return Value