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

In This Topic
    _GradientLegendTick Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Double, _
       ByVal text As String, _
       ByVal isHorizontal As Boolean _
    )
    public _GradientLegendTick( 
       double value,
       string text,
       bool isHorizontal
    )

    Parameters

    value
    text
    isHorizontal
    See Also