11 lines
139 B
C#

namespace PutincevLibrary.Enums
{
public enum LegendPosition
{
Top,
Bottom,
Left,
Right
}
}