11 lines
102 B
C#
11 lines
102 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Chart
|
|
{
|
|
public enum AxisTypes
|
|
{
|
|
Primary,
|
|
Secondary
|
|
}
|
|
}
|