Summary
Draws a vertical line.
Syntax
public ChartVerticalLine DrawVerticalLine(string name, DateTime time, Color color)
public ChartVerticalLine DrawVerticalLine(string name, DateTime time, Color color, int thickness)
public ChartVerticalLine DrawVerticalLine(string name, DateTime time, Color color, int thickness, LineStyle lineStyle)
public ChartVerticalLine DrawVerticalLine(string name, int barIndex, Color color)
public ChartVerticalLine DrawVerticalLine(string name, int barIndex, Color color, int thickness)
public ChartVerticalLine DrawVerticalLine(string name, int barIndex, Color color, int thickness, LineStyle lineStyle)
Parameters
Name | Description |
---|