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

In This Topic
    RectangularErrorBarPrototype Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal isYRelated As Boolean, _
       ByVal isPlus As Boolean, _
       ByVal hasCap As Boolean _
    )
    public RectangularErrorBarPrototype( 
       bool isYRelated,
       bool isPlus,
       bool hasCap
    )

    Parameters

    isYRelated
    isPlus
    hasCap
    See Also