ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _GradientTickLayouter Class / _GradientTickLayouter Constructor

In This Topic
    _GradientTickLayouter Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ticks As List(Of _GradientLegendTick), _
       ByVal thickness As Double, _
       ByVal isHorizontal As Boolean _
    )
    public _GradientTickLayouter( 
       List<_GradientLegendTick> ticks,
       double thickness,
       bool isHorizontal
    )

    Parameters

    ticks
    thickness
    isHorizontal
    See Also