Class ChartFinancialConfigItem
Configuration item that pertains to Financial 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 ChartFinancialConfigItem : ChartConfigItem, IChangeNotifyingItem
Constructors
ChartFinancialConfigItem()
Initializes a new instance of ChartFinancialConfigItem class.
Declaration
public ChartFinancialConfigItem()
Properties
ColorsMode
Gets or sets the colors mode.
Declaration
public ChartFinancialColorMode ColorsMode { get; set; }
Property Value
Type | Description |
---|---|
ChartFinancialColorMode | The colors mode. |
DarkLightPower
Specifies the difference between the dark and light colors. Default is 0x64.
Declaration
public byte DarkLightPower { get; set; }
Property Value
Type |
---|
System.Byte |
PriceDownColor
Specifies the color with which price-down should be indicated. Default is Red.
Declaration
public Color PriceDownColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
PriceUpColor
Specifies the color with which price-up should be indicated. Default is Green.
Declaration
public Color PriceUpColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |