namespace Graphing.Abstract; public interface ITranslatableY : ITranslatable { public double OffsetY { get; set; } }