namespace LiveCharts.Helpers { /// /// Defines the interval on which earch of the charts bars is based /// public enum PeriodUnits { Milliseconds, Seconds, Minutes, Hours, Days } }