ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.DV Namespace / BarOption Class / NeckHeight Property

In This Topic
    NeckHeight Property (BarOption)
    In This Topic
    Gets or sets height of neck of the bar, 0-1.
    Syntax
    'Declaration
     
    Public ReadOnly Property NeckHeight As Nullable(Of Double)
    public Nullable<double> NeckHeight {get;}
    See Also