ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.8 Assembly / C1.Win.Chart.Design Namespace / FlexChartDesigner Class / SetValue Method

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

    Parameters

    o
    name
    value
    See Also