ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Design Namespace / SeriesCollectionEditor Class / SetItems Method

In This Topic
    SetItems Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Function SetItems( _
       ByVal editValue As Object, _
       ByVal value() As Object _
    ) As Object
    protected override object SetItems( 
       object editValue,
       object[] value
    )

    Parameters

    editValue
    value
    See Also