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

In This Topic
    DataAppearanceEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Appearance property of an DataHighlight object.
    Syntax
    'Declaration
     
    Public Enum DataAppearanceEnum 
       Inherits System.Enum
    public enum DataAppearanceEnum : System.Enum 
    Members
    MemberDescription
    FillChanges fill style.
    FillAlphaChanges fill alpha.
    FillColor1Changes fill Color1.
    FillColor2Changes fill Color2.
    FillGradientStyleChanges fill gradient style.
    FillHatchStyleChanges fill hatch style.
    FillImageChanges fill image.
    FillTypeChanges fill type.
    LineChanges line style.
    LineColorChanges line color.
    LineLineJoinChanges line LineJoin.
    LineMiterLimitChanges line MiterLimit.
    LinePatternChanges line pattern.
    LineThicknessChanges line thickness.
    NoneAppearance is not changed
    OffsetChanges data series offset(only for pie chart).
    SymbolChanges symbol style.
    SymbolColorChanges symbol color.
    SymbolOutlineColorChanges symbol outline color.
    SymbolOutlineWidthChanges symbol outline width.
    SymbolShapeChanges symbol shape.
    SymbolSizeChanges symbol size.
    Inheritance Hierarchy

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

    See Also