alexa
menu

WinForms

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

    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.add_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    ChartConfigItem.PropertyChanged
    ChartConfigItem.remove_PropertyChanged(SyncfusionPropertyChangedEventHandler)
    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 - 2026 Syncfusion Inc. All Rights Reserved