ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / ILinearSizeLegendDataModel Interface / _getSizeByPoint Method

In This Topic
    _getSizeByPoint Method (ILinearSizeLegendDataModel)
    In This Topic
    Syntax
    'Declaration
     
    Function _getSizeByPoint( _
       ByVal pointView As IPointView _
    ) As Nullable(Of Double)
    Nullable<double> _getSizeByPoint( 
       IPointView pointView
    )

    Parameters

    pointView
    See Also