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

In This Topic
    _convertDataValue Method (_BuildInTextInfoConverter)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _convertDataValue( _
       ByVal value As DataValueType, _
       ByVal format As String, _
       ByVal formatType As String, _
       ByVal stringFormatting As IStringFormatting _
    ) As String
    public string _convertDataValue( 
       DataValueType value,
       string format,
       string formatType,
       IStringFormatting stringFormatting
    )

    Parameters

    value
    format
    formatType
    stringFormatting
    See Also