menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartLineConfigItem

    Configuration Line that pertains to Line,Spline charts.

    Inheritance
    System.Object
    ChartConfigItem
    ChartLineConfigItem
    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 ChartLineConfigItem : ChartConfigItem, IChangeNotifyingItem

    Constructors

    ChartLineConfigItem()

    Initializes a new instance of the ChartLineConfigItem class.

    Declaration
    public ChartLineConfigItem()

    Properties

    DisableLineCap

    Gets or sets a value indicating whether Line cap is enabled or disabled for drawing Line series.

    Declaration
    public bool DisableLineCap { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [disable LineCap]; otherwise, false.

    DisableLineRegion

    Enable/Disable the Line segement(line between two points) for Line and Spline type.Default value is false.

    Declaration
    public bool DisableLineRegion { get; set; }
    Property Value
    Type
    System.Boolean

    Implements

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