Search found 1 match
- Thu Mar 26, 2015 2:38 pm
- Forum: .NET
- Topic: Get Info from Gantt serie to display with ToolCursor
- Replies: 1
- Views: 4151
Get Info from Gantt serie to display with ToolCursor
Dear Sir, I'm using Tchart 2015 WPF, how can get the task name from a Gantt Serie when the CurorTool is moving on the task. The gantt series are created in this way. Gantt gantt = new Gantt(); gantt.Marks.Visible = true; gantt.Add(DateTime.Now.AddDays(-4), DateTime.Now.AddDays(-2), 2, "P1"); gantt.A...