ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / Overlay Class / Intercept Property

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