ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / StringObject Class / StringObject Constructor

In This Topic
    StringObject Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As String, _
       ByVal value As String _
    )
    public StringObject( 
       string type,
       string value
    )

    Parameters

    type
    value
    See Also