namespace MuchInfo.Chart.WPF.Primitives.Interfaces { public interface ILineThicknessTarget { double LineThickness { get; set; } } }