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

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

    Parameters

    pointView
    See Also