// gets float value for y axis section number based on height (sections = ticks - 1) public float GetYRawSectNum() { return(graph.GetComponent <RectTransform>().rect.height / YSectDivisor); }