New to Telerik ReportingStart a free 30-day trial

Line series specific style

Definition

Constructors

C#
public StyleLineSeries()

Properties

Color

Color

Gets or sets color of the series line

C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Property Value:

Color of line

Overrides: StyleBorder.Color

Checks if line belongs to StyleEmptyLineSeries class.

C#
protected bool IsEmptyLine { get; }

PenStyle

DashStyle

Gets or sets PenStyle of the series line

C#
[SkinnableProperty]
public override DashStyle PenStyle { get; set; }
Property Value:

PenStyle of line

Overrides: StyleBorder.PenStyle

Width

float

Gets or sets the width of the series line.

C#
[SkinnableProperty]
public override float Width { get; set; }
Property Value:

Width of line

Overrides: StyleBorder.Width