alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartOpenCloseDrawMode

    Specifies that Open and Close lines are displayed.

    Inheritance
    System.Object
    ChartOpenCloseDrawMode
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartOpenCloseDrawMode : Enum

    Fields

    Both

    Draws both open and close lines.

    Declaration
    public const ChartOpenCloseDrawMode Both
    Field Value
    Type
    ChartOpenCloseDrawMode

    Close

    Draws only Close line.

    Declaration
    public const ChartOpenCloseDrawMode Close
    Field Value
    Type
    ChartOpenCloseDrawMode

    Open

    Draws only Open line.

    Declaration
    public const ChartOpenCloseDrawMode Open
    Field Value
    Type
    ChartOpenCloseDrawMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved