Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / CandlestickSeries Class / OpenValues Property


In This Topic
    OpenValues Property (CandlestickSeries)
    In This Topic
    Gets the collection of open values for the series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OpenValues As DoubleCollection
    'Usage
     
    
    Dim instance As CandlestickSeries
    Dim value As DoubleCollection
     
    value = instance.OpenValues
    public DoubleCollection OpenValues {get;}
    See Also