- Radar Graph 추가
- Graph 클릭 이벤트 추가
This commit is contained in:
@@ -101,6 +101,10 @@ namespace friction
|
||||
|
||||
private void TrendChart_DataClick(object sender, ChartPoint chartPoint)
|
||||
{
|
||||
if (m_bHumidity == true)
|
||||
m_Owner.OnTrendSelectByHumidity(m_CurSpring, m_CurTable, (float)chartPoint.X, (float)chartPoint.Y);
|
||||
else
|
||||
m_Owner.OnTrendSelectByTemperature(m_CurSpring, m_CurTable, (float)chartPoint.X, (float)chartPoint.Y);
|
||||
}
|
||||
|
||||
public void UpdateGraph()
|
||||
|
||||
Reference in New Issue
Block a user