menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartHiLoOpenCloseConfigItem

    Configuration item that pertains to Pyramid charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartHiLoOpenCloseConfigItem
    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 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 - 2025 Syncfusion Inc. All Rights Reserved