Sets the horizontal line at the level of the Y-axis.


SYNTAX

public void SetLevelLine (string name,double level,Color color,int width,LineStyle style)


PARAMETERS

name — string


The visual name of the line


level — double


The level of the Y-axis


color — Color


The color of the linewidth — int


>The width of the line. Should be between 1 and 10


style — LineStyle


The draw style of the line


RETURN

void