2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ValueLabelAppearanceEnum Enumeration

In This Topic
    ValueLabelAppearanceEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Appearance property in the ValueLabel class.
    Syntax
    'Declaration
     
    Public Enum ValueLabelAppearanceEnum 
       Inherits System.Enum
    public enum ValueLabelAppearanceEnum : System.Enum 
    Members
    MemberDescription
    ArrowMarkerLabel with arrow marker.
    CustomMarkerLabel with custom marker. Marker must be painted in DrawMarker event.
    LabelOnly text label.
    TriangleMarkerLabel with triangle marker.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.ValueLabelAppearanceEnum

    See Also