LegendItemShape(Size, Int32, Font, Color, Color, String) Constructor

Initializes a new instance of LegendItemShape 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 LegendItemShape(
	Size aItemSize,
	int aBulletPlaceWidth,
	Font aFont,
	Color aFontColor,
	Color aColor,
	string aText
)

Parameters

aItemSize  Size
Size of a LegendItemShape.
aBulletPlaceWidth  Int32
The total width of the bullet.
aFont  Font
Font of the legend item label.
aFontColor  Color
Color of the label font.
aColor  Color
Color of the bullet.
aText  String
Text of the label.

See Also