public TimeLineFormatEventArgs(DateTime time, TimeScalePane.Tick priorTick, bool isCursor) { PriorTick = priorTick; Time = time; IsCursor = isCursor; Text = string.Empty; }