11 lines
110 B
C#
11 lines
110 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Chart
|
|
{
|
|
public enum AxisOrientation
|
|
{
|
|
Horizontal,
|
|
Vertical
|
|
}
|
|
}
|