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

In This Topic
    InteractionAppearance Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Appearance property of the Interaction class.
    Syntax
    'Declaration
     
    Public Enum InteractionAppearance 
       Inherits System.Enum
    public enum InteractionAppearance : System.Enum 
    Members
    MemberDescription
    DefaultDefault appearance
    FillSelectionAreaPlotArea.BackColor2 is used as fill color, if it is empty the partially transparent color is selected.
    Inheritance Hierarchy

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

    See Also