using System; using System.Collections.Generic; using System.Text; namespace Veldrid.Common { public enum LineAxisType { Linear = 0, Log = 1 } }