Class LineSeries
Represents the chart line series, which is used to visualize the data graphically
Inherited Members
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public class LineSeries : ChartSeries
Constructors
LineSeries()
Declaration
public LineSeries()
Properties
DashStyle
Gets or sets the dash style for line series.
Declaration
public DashStyle DashStyle { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Drawing2D.DashStyle |
StrokeWidth
Gets or sets the stroke width for line series.
Declaration
public int StrokeWidth { get; set; }
Property Value
| Type |
|---|
| System.Int32 |