ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / HighLowOpenCloseSeries Class / alCl Field


In This Topic
    alCl Field
    In This Topic
    Temporary list for close data values.
    Syntax
    'Declaration
     
    
    Protected alCl As List(Of Object)
    'Usage
     
    
    Dim instance As HighLowOpenCloseSeries
    Dim value As List(Of Object)
     
    value = instance.alCl
     
    instance.alCl = value
    protected List<object> alCl
    See Also