Exemple #1
0
 public HiLowLine(HiLowLine rhs) : base(rhs)
 {
 }
Exemple #2
0
 public HiLowLineItem(string label, IPointList points, Color color, SymbolType type)
     : base(label, points, color, type)
 {
     _HiLowLine = new HiLowLine(color);
 }