Class ChartLineConfigItem
Configuration Line that pertains to Line,Spline charts.
Implements
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 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 |
|
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 |