Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadHighLowSeries Class / HighSeries Property


In This Topic
    HighSeries Property
    In This Topic
    Gets the high series.
    Syntax
    'Declaration
     
    Public ReadOnly Property HighSeries As SpreadDataSeries
    'Usage
     
    Dim instance As SpreadHighLowSeries
    Dim value As SpreadDataSeries
     
    value = instance.HighSeries
    public SpreadDataSeries HighSeries {get;}

    Property Value

    The high series.
    See Also