LimitLineFloat(Single, Color, Int32) Constructor

Initializes a new instance of LimitLineFloat class.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public LimitLineFloat(
	float limitValue,
	Color aColor,
	int aWidth
)

Parameters

limitValue  Single
The limit value.
aColor  Color
Color of a LimitLine.
aWidth  Int32
Width of a LimitLine.

See Also