2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AlarmZone Class / FarExtent Property

In This Topic
    FarExtent Property
    In This Topic
    Gets or sets the far extent of the AlarmZone in X-axis data coordinates.
    Syntax
    'Declaration
     
    Public Property FarExtent As System.Double
    public System.double FarExtent {get; set;}
    Remarks
    Typically, the FarExtent is the larger X value in data coordinates that the AlarmZone 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.
    See Also