using System; namespace CPF.ReoGrid.Chart { public enum AxisOrientation { Horizontal, Vertical } }