13 lines
117 B
C#
13 lines
117 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Chart
|
|
{
|
|
public enum LegendPosition
|
|
{
|
|
Right,
|
|
Bottom,
|
|
Left,
|
|
Top
|
|
}
|
|
}
|