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

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

    Parameters

    pointView
    See Also