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

In This Topic
    _calcColorStopWithRadius Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _calcColorStopWithRadius( _
       ByVal colorStops As List(Of IColorStop), _
       ByVal innerRadius As Double, _
       ByVal radius As Double _
    ) As List(Of IColorStop)
    public static List<IColorStop> _calcColorStopWithRadius( 
       List<IColorStop> colorStops,
       double innerRadius,
       double radius
    )

    Parameters

    colorStops
    innerRadius
    radius
    See Also