ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IAssignedRecorder Interface / set Method

In This Topic
    set Method (IAssignedRecorder)
    In This Topic
    Syntax
    'Declaration
     
    Sub set( _
       ByVal path As List(Of String), _
       ByVal value As Object _
    ) 
    void set( 
       List<string> path,
       object value
    )

    Parameters

    path
    value
    See Also