Use the members of this enumeration to set the value of the Appearance property in the ValueLabel class.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum ValueLabelAppearanceEnum
Visual Basic
Public Enumeration ValueLabelAppearanceEnum

Members

Member nameValueDescription
Label0 Only text label.
TriangleMarker1 Label with triangle marker.
ArrowMarker2 Label with arrow marker.
CustomMarker3 Label with custom marker. Marker must be painted in DrawMarker event.

See Also