Class ChartRangeAreaConfigItem
Configuration for range area chart.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class ChartRangeAreaConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartRangeAreaConfigItem()
Initializes a new instance of the ChartRangeAreaConfigItem class.
Declaration
public ChartRangeAreaConfigItem()
Properties
SwapHighLowPoint
Gets or sets a value indicating whether High and Low point should be swapped when low point value is higher than high point value..
Declaration
public bool SwapHighLowPoint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|