using System; namespace CPF.ReoGrid.Chart { public enum LegendType { PrimaryLegend, SecondaryLegend } }