public MinBar(MinBarType tp) { Type = tp; mDatas = new List <OHLC>(); init_Canvas_Image(); }
public VolumnBar(MinBarType barType) { mCurveBarType = barType; //默认 MHeight = 1000; MWeight = 1000; }
public void SetBarType(MinBarType tp) { if (tp == MinBarType.BTick) { TickBar = m_TickBar; } else { TickBar = m_OneMinBar; } TickBar.FitScreen(); }