Gets or sets the near 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 NearExtent { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property NearExtent As Double Get Set |
Remarks
Typically, the NearExtent is the smaller 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.