Gets or sets the far extent of the AlarmZone in X-axis data coordinates.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public double FarExtent { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property FarExtent As Double 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.