using System; namespace CPF.ReoGrid.Chart { public enum AxisTypes { Primary, Secondary } }