ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HLOC Class / Appearance Property


In This Topic
    Appearance Property
    In This Topic
    Gets or sets the appearance of plot element.
    Syntax
    'Declaration
     
    
    Public Property Appearance As HLOCAppearance
    'Usage
     
    
    Dim instance As HLOC
    Dim value As HLOCAppearance
     
    instance.Appearance = value
     
    value = instance.Appearance
    public HLOCAppearance Appearance {get; set;}
    See Also