alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartHiLoOpenCloseConfigItem

    Configuration item that pertains to Pyramid charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartHiLoOpenCloseConfigItem
    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 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

    Implements

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