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

In This Topic
    _toStringColor Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _toStringColor( _
       ByVal color As String, _
       Optional ByVal alphaFactor As Nullable(Of Double) _
    ) As String
    public static string _toStringColor( 
       string color,
       Nullable<double> alphaFactor
    )

    Parameters

    color
    alphaFactor
    See Also