using System; namespace CPF.ReoGrid.Chart { public enum LegendPosition { Right, Bottom, Left, Top } }