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

In This Topic
    Intercept Property (OverlayConfig)
    In This Topic
    Gets the intercept value of y-axis.
    Syntax
    'Declaration
     
    Public ReadOnly Property Intercept As Nullable(Of Double)
    public Nullable<double> Intercept {get;}
    See Also