FlexChart | ComponentOne
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Design Namespace / ChartBaseDesigner Class / SetValue Method

In This Topic
    SetValue Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetValue( _
       ByVal o As System.Object, _
       ByVal name As System.String, _
       ByVal value As System.Object _
    ) 
    public void SetValue( 
       System.object o,
       System.string name,
       System.object value
    )

    Parameters

    o
    name
    value
    See Also