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

In This Topic
    getAxisYValue Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function getAxisYValue( _
       ByVal pointView As ICartesianPointView, _
       ByVal isOriginValue As Boolean, _
       ByVal useLower As Boolean, _
       Optional ByVal isRange As Boolean _
    ) As Nullable(Of Double)
    public static Nullable<double> getAxisYValue( 
       ICartesianPointView pointView,
       bool isOriginValue,
       bool useLower,
       bool isRange
    )

    Parameters

    pointView
    isOriginValue
    useLower
    isRange
    See Also