Feature description:
It would be very nice to have the posibility of tooltip for Draggable axis similar to crosshair tooltip #1093
VLine vLine = new VLine();
vLine = formsPlot.Plot.AddVerticalLine(0);
vLine.DragEnabled = true;
vLine.LabelEnabled = true; // new
HLine hLine = new HLine();
hLine = formsPlot.Plot.AddHorizontalLine(0);
hLine.DragEnabled = true;
hLine.LabelEnabled = true; // new