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

In This Topic
    _getDimValue Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getDimValue( _
       ByVal dimension As String _
    ) As Nullable(Of Double)
    public Nullable<double> _getDimValue( 
       string dimension
    )

    Parameters

    dimension
    See Also