TextShape(String, Color) Constructor

Initializes a new instance of TextShape 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 TextShape(
	string aText,
	Color aColor
)

Parameters

aText  String
A Text to be associated with this Shape.
aColor  Color
A Color to be associated with this Shape.

See Also