Occurs when the the chart is completed the data processing.
[Visual Basic]
Public Event PostDataProcessing() As PostDataProcessingEventHandler
[C#]
public event PostDataProcessingEventHandler PostDataProcessing();
This event is very useful for customizing and displaying the processed data specially when using SplitByLimit which generates more than one series from a series.
The follwoing sample, get a data table and displays with a datagrid. For complete sample see features/PostDataProcessing.aspx
[C#]
//This line should add in Page_Load method |
[Visual Basic]
'This line should add in Page_Load method |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.