New to Telerik ReportingStart a free 30-day trial

Grid line specific style

Definition

Constructors

C#
public StyleGridLine()

Properties

Color

Color

Specifies the color of the grid lines.

C#
[Browsable(true)]
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }

Overrides: StyleBorder.Color

Should grid lines be hidden with axis or not

C#
[SkinnableProperty]
public bool HideWithAxis { get; set; }
Remarks:

Default value is true

PenStyle

DashStyle

Specifies the pen style used for grid lines' drawing.

C#
[Browsable(true)]
[SkinnableProperty]
public override DashStyle PenStyle { get; set; }

Overrides: StyleBorder.PenStyle

Width

float

Gets or sets the width of the grid line.

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

Overrides: StyleBorder.Width