New to Telerik ReportingStart a free 30-day trial

Empty Line series specific style

Definition

Constructors

C#
public StyleEmptyLineSeries()

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: StyleLineSeries.Color

PenStyle

DashStyle

Gets or sets PenStyle of the series line

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

PenStyle of line

Overrides: StyleLineSeries.PenStyle