10 lines
101 B
C#
10 lines
101 B
C#
|
namespace CustomComponents
|
|||
|
{
|
|||
|
public enum LegendPosition
|
|||
|
{
|
|||
|
Left,
|
|||
|
Top,
|
|||
|
Right,
|
|||
|
Botton,
|
|||
|
}
|
|||
|
}
|