Use the members of this enumeration to set the value of
the Appearance property in the ValueLabel class.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# |
|---|
public enum ValueLabelAppearanceEnum |
| Visual Basic |
|---|
Public Enumeration ValueLabelAppearanceEnum |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Label | 0 | Only text label. | |
| TriangleMarker | 1 | Label with triangle marker. | |
| ArrowMarker | 2 | Label with arrow marker. | |
| CustomMarker | 3 | Label with custom marker. Marker must be painted in DrawMarker event. |