2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / DataHighlight Class / Appearance Property

In This Topic
    Appearance Property (DataHighlight)
    In This Topic
    Gets or sets the highlight appearance. The appearance is a combination of visual attributes which will be applied to the highlighted data. The exact value of attributes is extracted from the corresponding DataHighlight object ( FillStyle, LineStyle, SymbolStyle).
    Syntax
    'Declaration
     
    Public Property Appearance As DataAppearanceEnum
    public DataAppearanceEnum Appearance {get; set;}
    See Also