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 point As ICartesianPointView, _
       ByVal isOriginValue As Boolean, _
       ByVal useLower As Boolean _
    ) As Nullable(Of Double)
    public static Nullable<double> getAxisYValue( 
       ICartesianPointView point,
       bool isOriginValue,
       bool useLower
    )

    Parameters

    point
    isOriginValue
    useLower
    See Also