ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HLOC Class / app Field


In This Topic
    app Field
    In This Topic
    Stores the appearance of the symbol.
    Syntax
    'Declaration
     
    
    Protected app As HLOCAppearance
    'Usage
     
    
    Dim instance As HLOC
    Dim value As HLOCAppearance
     
    value = instance.app
     
    instance.app = value
    protected HLOCAppearance app
    See Also