WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LineSeries - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LineSeries

    Represents the chart line series, which is used to visualize the data graphically

    Inheritance
    System.Object
    ChartSeries
    LineSeries
    Inherited Members
    ChartSeries.Tag
    ChartSeries.Points
    ChartSeries.TooltipVisible
    ChartSeries.TooltipFormat
    ChartSeries.DataSource
    ChartSeries.ResistanceMember
    ChartSeries.ReactanceMember
    ChartSeries.Visible
    ChartSeries.LegendVisible
    ChartSeries.MarkerImage
    ChartSeries.MarkerVisible
    ChartSeries.MarkerHeight
    ChartSeries.MarkerWidth
    ChartSeries.MarkerBackColor
    ChartSeries.MarkerBorderColor
    ChartSeries.MarkerType
    ChartSeries.DataLabel
    ChartSeries.LegendText
    ChartSeries.Interior
    ChartSeries.ColorModel
    ChartSeries.DataCount
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Drawing.Drawing2D.DashStyle

    StrokeWidth

    Gets or sets the stroke width for line series.

    Declaration
    public int StrokeWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    See Also

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