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

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

    Parameters

    type
    path
    See Also