menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartFinancialConfigItem - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartFinancialConfigItem

    Configuration item that pertains to Financial charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartFinancialConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.PropertyChanged
    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

    Implements

    IChangeNotifyingItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved