Use the members of this enumeration to set the value of the Appearance property in the ValueLabel class.
[Visual Basic]
Public Enum ValueLabelAppearanceEnum
[C#]
public enum ValueLabelAppearanceEnum
[Delphi]
type ValueLabelAppearanceEnum = (ArrowMarker, CustomMarker, Label, TriangleMarker);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
ArrowMarker |
Label with arrow marker. |
CustomMarker |
Label with custom marker. Marker must be painted in DrawMarker event. |
Label |
Only text label. |
TriangleMarker |
Label with triangle marker. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |