namespace Graphing.Abstract; public interface ITranslatableX : ITranslatable { public double OffsetX { get; set; } }