ChartBullet Enumeration

Enumerates through Bullet shapes which LineChart recognizes.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public enum ChartBullet

Members

Point0 Point shape. This is a simple 1x1px point.
Diamond1 Diamond shape.
Square2 Square shape.
Triangle3 Triangle shape.
X4 X shape.
Star5 Star shape.
Circle6 Circle shape.
Plus7 + shape.

See Also