In This Article

XYSeriesLineKind Enum

Specifies the line kinds supported by a LineSeries and AreaSeries series.

public enum XYSeriesLineKind

Fields

Name Description
Normal

Indicates a normal line will be used to connect the data points.

Spline

Indicates a spline will be used to connect the data points.

Step

Indicates stepped lines will be used to connect the data points.