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

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

    Parameters

    isPlus
    hasCap
    See Also