[]
        
(Showing Draft Content)

C1.Chart.LinePatternEnum

LinePatternEnum Enum

Use the members of this enumeration to set the value of the LinePattern property in the ChartStyle class.

Namespace: C1.Chart
Assembly: C1.Blazor.Chart.dll
Syntax
public enum LinePatternEnum

Fields

Name Description
Dash

A dashed line.

DashDot

A line with alternating dashes and dots.

DashDotDot

A line with series consisting of a dash followed by two dots.

Dot

A dotted line.

None

No line is drawn.

Solid

A solid line.