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

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

    Parameters

    pointView
    See Also