11 lines
115 B
C#
11 lines
115 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Chart
|
|
{
|
|
public enum LegendType
|
|
{
|
|
PrimaryLegend,
|
|
SecondaryLegend
|
|
}
|
|
}
|