ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / AnnotationLib Class / _parsePointPath Method

In This Topic
    _parsePointPath Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _parsePointPath( _
       ByVal plotView As IPlotView, _
       ByVal statement As String _
    ) As List(Of IPointView)
    public static List<IPointView> _parsePointPath( 
       IPlotView plotView,
       string statement
    )

    Parameters

    plotView
    statement
    See Also