public TickModel(double relX, double relY, string label)
 {
     _value = new PointModel(relX, relY);
     _label = label;
 }