New to Telerik ReportingStart a free 30-day trial

Represents a graticule line.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
public class GraticuleLine

Inheritance: objectGraticuleLine

Constructors

C#
public GraticuleLine()

Properties

Step

double

Specifies the step of the graticule line.

C#
public double Step { get; set; }

Specifies the style of the graticule line.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Methods

TODO: Add documentation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()