Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeries Class / FindMinValue Method


In This Topic
    FindMinValue Method
    In This Topic
    Finds the index of the minimum value contained in the data series.
    Syntax
    'Declaration
     
    Public Function FindMinValue() As Integer
    'Usage
     
    Dim instance As DataSeries
    Dim value As Integer
     
    value = instance.FindMinValue()
    public int FindMinValue()

    Return Value

    index of the min value within the data series. -1 if data series is empty.
    Exceptions
    ExceptionDescription
    thrown if the data series does not contain double values
    Remarks
    Note that this method operates only on data series, which contain double values.
    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