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

In This Topic
    getAxisXValue Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function getAxisXValue( _
       ByVal pointView As ICartesianPointView _
    ) As Nullable(Of Double)
    public static Nullable<double> getAxisXValue( 
       ICartesianPointView pointView
    )

    Parameters

    pointView
    See Also