LegendItemShape(Size, Int32, Font, Color, Color, String) Constructor
Namespace: BeeMobile.LineChartAssembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
public LegendItemShape(
Size aItemSize,
int aBulletPlaceWidth,
Font aFont,
Color aFontColor,
Color aColor,
string aText
)
Public Sub New (
aItemSize As Size,
aBulletPlaceWidth As Integer,
aFont As Font,
aFontColor As Color,
aColor As Color,
aText As String
)
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.