FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZone Class / NearExtent Property

In This Topic
    NearExtent Property (ChartAlarmZone)
    In This Topic
    Gets or sets the near extent of the ChartAlarmZone in X-axis data coordinates.

    Typically, the NearExtent is the smaller X value in data coordinates that the ChartAlarmZone extends. If the FarExtent and NearExtent are both zero, then both are assumed to be the Max and Min values of the X-axis, respectively.

    Syntax
    'Declaration
     
    Public Property NearExtent As Double
    public double NearExtent {get; set;}
    See Also