3 using System.Collections.Generic;
18 #region PRIVATE_MEMBER_VARIABLES 20 private Vector2 curVal;
22 #endregion //PRIVATE_MEMBER_VARIABLES 24 #region PUBLIC_METHODS 42 throw new Exception(
"Error!data not build");
46 curVal = dataVals[dataVals.Keys.Max()];
69 #endregion //PUBLIC_METHODS 71 #region PRIVATE_METHODS 94 return BuildUrlWithoutLimitSetType(
GetLabel());
99 return BuildUrlWithLimitSetType(
GetLabel(), 1);
101 #endregion //PRIVATE_METHODS
Static helper functions for Influx querying and serialization
static IDictionary< DateTime, Vector2 > ParseValuesNoType(string jsonToParse)
Parses the values from a given json string - for use in populating widgets