FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartValueLabelAppearance Enumeration

In This Topic
    ChartValueLabelAppearance Enumeration
    In This Topic
    Specifies the appearance of the value label of 2D chart.
    Syntax
    'Declaration
     
    Public Enum ChartValueLabelAppearance 
       Inherits System.Enum
    public enum ChartValueLabelAppearance : System.Enum 
    Members
    MemberDescription
    ArrowMarkerLabel with arrow marker.
    LabelOnly text label.
    TriangleMarkerLabel with triangle marker.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartValueLabelAppearance

    See Also