[]
        
(Showing Draft Content)

FarPoint.Win.Chart.SolidLine.-ctor

SolidLine Constructor

SolidLine(Color)

Creates a line with the specified color.

Declaration
public SolidLine(Color color)
Public Sub New(color As Color)
Parameters
Type Name Description
Color color

Color of the line.

SolidLine(Color, float)

Creates a line with the specified color and width.

Declaration
public SolidLine(Color color, float width)
Public Sub New(color As Color, width As Single)
Parameters
Type Name Description
Color color

Color of the line.

float width

Widht of the line.

Remarks

Width is measured in points.

Exceptions
Type Condition
ArgumentOutOfRangeException

width is less than or equal to zero or width is greater than 3.