var GetGraphData=function() {
GetGraphData.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GetGraphData.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return GetGraphData._staticInstance.get_path();},
RenderGraph:function(trID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RenderGraph',false,{trID:trID},succeededCallback,failedCallback,userContext); },
ReRenderGraph:function(trID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ReRenderGraph',false,{trID:trID},succeededCallback,failedCallback,userContext); }}
GetGraphData.registerClass('GetGraphData',Sys.Net.WebServiceProxy);
GetGraphData._staticInstance = new GetGraphData();
GetGraphData.set_path = function(value) { GetGraphData._staticInstance.set_path(value); }
GetGraphData.get_path = function() { return GetGraphData._staticInstance.get_path(); }
GetGraphData.set_timeout = function(value) { GetGraphData._staticInstance.set_timeout(value); }
GetGraphData.get_timeout = function() { return GetGraphData._staticInstance.get_timeout(); }
GetGraphData.set_defaultUserContext = function(value) { GetGraphData._staticInstance.set_defaultUserContext(value); }
GetGraphData.get_defaultUserContext = function() { return GetGraphData._staticInstance.get_defaultUserContext(); }
GetGraphData.set_defaultSucceededCallback = function(value) { GetGraphData._staticInstance.set_defaultSucceededCallback(value); }
GetGraphData.get_defaultSucceededCallback = function() { return GetGraphData._staticInstance.get_defaultSucceededCallback(); }
GetGraphData.set_defaultFailedCallback = function(value) { GetGraphData._staticInstance.set_defaultFailedCallback(value); }
GetGraphData.get_defaultFailedCallback = function() { return GetGraphData._staticInstance.get_defaultFailedCallback(); }
GetGraphData.set_enableJsonp = function(value) { GetGraphData._staticInstance.set_enableJsonp(value); }
GetGraphData.get_enableJsonp = function() { return GetGraphData._staticInstance.get_enableJsonp(); }
GetGraphData.set_jsonpCallbackParameter = function(value) { GetGraphData._staticInstance.set_jsonpCallbackParameter(value); }
GetGraphData.get_jsonpCallbackParameter = function() { return GetGraphData._staticInstance.get_jsonpCallbackParameter(); }
GetGraphData.set_path("/Modules/GpsTrackView/getgraphdata.asmx");
GetGraphData.RenderGraph= function(trID,onSuccess,onFailed,userContext) {GetGraphData._staticInstance.RenderGraph(trID,onSuccess,onFailed,userContext); }
GetGraphData.ReRenderGraph= function(trID,onSuccess,onFailed,userContext) {GetGraphData._staticInstance.ReRenderGraph(trID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(GraphResponse) === 'undefined') {
var GraphResponse=gtc("GraphResponse");
GraphResponse.registerClass('GraphResponse');
}

