Method | Description | |
---|---|---|
AddEvent ( string series, string ts, string values ) : System.Web.Mvc.ActionResult | ||
GetData ( string series, string start, string end, string step ) : System.Web.Mvc.ActionResult | ||
RunAggregation ( string id ) : System.Web.Mvc.ActionResult |
public AddEvent ( string series, string ts, string values ) : System.Web.Mvc.ActionResult | ||
series | string | |
ts | string | |
values | string | |
return | System.Web.Mvc.ActionResult |
public GetData ( string series, string start, string end, string step ) : System.Web.Mvc.ActionResult | ||
series | string | |
start | string | |
end | string | |
step | string | |
return | System.Web.Mvc.ActionResult |
public RunAggregation ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |