Class ChartHiLoOpenCloseConfigItem
Configuration item that pertains to Pyramid charts.
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 ChartHiLoOpenCloseConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartHiLoOpenCloseConfigItem()
Initializes a new instance of ChartHiLoOpenCloseConfigItem class.
Declaration
public ChartHiLoOpenCloseConfigItem()
Properties
CloseTipColor
Specifies the color for close tip.
Declaration
public Color CloseTipColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DrawMode
Specifies the mode in which the Y values should be interpreted. Default is Linear.
Declaration
public ChartOpenCloseDrawMode DrawMode { get; set; }
Property Value
Type |
---|
ChartOpenCloseDrawMode |
OpenTipColor
Specifies the color for open tip.
Declaration
public Color OpenTipColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |