New to Telerik ReportingStart a free 30-day trial

Series border specific style

Definition

Constructors

C#
public StyleSeriesBorder()

Creates new instance of StyleSeriesBorder class.

C#
public StyleSeriesBorder(ChartSeries series)
Parameters:seriesChartSeries

Series object

Properties

Color

Color

Gets or sets color of the series border

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

Color of line

Overrides: StyleBorder.Color

PenStyle

DashStyle

Gets or sets PenStyle of the series border

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

PenStyle of line

Overrides: StyleBorder.PenStyle