Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataSeries Class / FillRandom Method
count of random items


In This Topic
    FillRandom Method
    In This Topic
    Fills the data series with random data.
    Syntax
    'Declaration
     
    Public Sub FillRandom( _
       ByVal itemCount As Integer _
    ) 
    'Usage
     
    Dim instance As DataSeries
    Dim itemCount As Integer
     
    instance.FillRandom(itemCount)
    public void FillRandom( 
       int itemCount
    )

    Parameters

    itemCount
    count of random items
    Remarks
    In the case of a data series containing Double values the data ranges from 0 to 100.
    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