alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartFinancialConfigItem

    Configuration item that pertains to Financial charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartFinancialConfigItem
    Implements
    IChangeNotifyingItem
    Inherited Members
    ChartConfigItem.add_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    ChartConfigItem.PropertyChanged
    ChartConfigItem.remove_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    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 - 2026 Syncfusion Inc. All Rights Reserved