how I can extract the value of a bar of a Gantt chart when you click on it.I hope I've explained.Greetings.
When you handle ChartDataClicked event, the event args will contain some useful information. e.Primitive.Value is an array of DateTime and will contain both start and end times. Is that what you wanted to find?
if it is what I need, the start and end date, thank you very much, was very useful indeed
good, just needed to know the sub-item, but so is very good.
thank you