This document is archived and information here might be outdated. Recommended version. |
Fired when graph loading status changes.
[Visual Basic .NET] Public Sub DataGraphTLoadingStatus ( _ ByVal pGraphT As IDataGraphT, _ ByVal iSeries As Integer, _ ByVal info As String, _ ByRef bKeepGoing As Boolean _ )
[C#] public void DataGraphTLoadingStatus ( IDataGraphT pGraphT, int iSeries, string info, ref bool bKeepGoing );
[C++]
HRESULT DataGraphTLoadingStatus(
IDataGraphT* pGraphT,
long iSeries,
BSTR info,
Boolean* bKeepGoing
);
[C++]
Parameters pGraphT [in]
pGraphT is a parameter of type IDataGraphT* iSeries [in]
iSeries is a parameter of type long info [in]
info is a parameter of type BSTR bKeepGoing [in, out]
bKeepGoing is a parameter of type bool*