menu

WinForms

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

    Show / Hide Table of Contents

    Enum ChartBorderStyle

    Specifies the style of a specific point border in the ChartBorder class.

    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public enum ChartBorderStyle

    Fields

    Name Description
    DashDot

    Border style that consists of a series of a dash and a dot.

    DashDotDot

    Border style that consists of a series of a dash and two dots.

    Dashed

    Border style that consists of a dashed line.

    Dotted

    Border style that consists of a dotted line.

    None

    No border is drawn.

    NotSet

    No edge style is set.

    Solid

    Border style that consists of a solid line.

    Standard

    Use border as specified in the Chart.

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