aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/RealTimeGraphEx/Enums/ZoomDirectionEnum.cs
blob: fd5fa837f72fba30df20548847df2c3dc557971e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace RealTimeGraphEx.Enums
{
    public enum ZoomDirectionEnum
    {
        X,
        Y,
        Both
    }
}