ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _ErrorBarCartesianOverlayItemView Class / positive Property

In This Topic
    positive Property (_ErrorBarCartesianOverlayItemView)
    In This Topic
    Syntax
    'Declaration
     
    Public Property positive As Nullable(Of Double)
    public Nullable<double> positive {get; set;}
    See Also