menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartBorderInfo.ChartBorderLineInfo

    Specifies the border line appearance.

    Inheritance
    System.Object
    ChartBorderInfo.ChartBorderLineInfo
    Inherited Members
    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 ChartBorderLineInfo

    Properties

    DashStyle

    Gets or sets the dash style of border.

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public DashStyle DashStyle { get; set; }
    Property Value
    Type Description
    System.Drawing.Drawing2D.DashStyle

    The dash style.

    ForeColor

    Gets or sets the foreground color of border.

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public Color ForeColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    The foreground color.

    Width

    Gets or sets the width of border.

    Declaration
    [ChartTemplate(ChartTemplateSet.Simple)]
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single

    The width.

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