C# Line Chart How to Create Vertical Line
问题 I have a line chart. For example like this; I want to draw a vertical line that have a label at the bottom of it. And i want that label move through x points of chart with its vertical line when i drag it above those x points. I will get the y points where that line with label matches Y axis For example; How can i do this? 回答1: This solution lets you drag the Annotation line left and right and updates the X- and Y-values in a (right aligned) title field. Update: I have corrected a few things