Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / HighLowSeries Class / LowValues Property


    LowValues Property (HighLowSeries)
    Gives you access to the DataSeries containing the low values
    Syntax
    'Declaration
     
    <CategoryAttribute("Data Series")>
    <DescriptionAttribute("Data Series containing the low values.")>
    Public Property LowValues As DataSeries
     
    'Usage
     
    Dim instance As HighLowSeries
    Dim value As DataSeries
     
    instance.LowValues = value
     
    value = instance.LowValues
    Remarks
    The data series is of type Double
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also