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

In This Topic
    _getCommandEndPointYCoordinate Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _getCommandEndPointYCoordinate( _
       ByVal pathCommand As IPathCommand, _
       Optional ByVal defaultValue As Nullable(Of Double) _
    ) As Nullable(Of Double)
    public static Nullable<double> _getCommandEndPointYCoordinate( 
       IPathCommand pathCommand,
       Nullable<double> defaultValue
    )

    Parameters

    pathCommand
    defaultValue
    See Also