Class
GraticuleLine

Represents a graticule line.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class GraticuleLine

Inheritance: objectGraticuleLine

Constructors

GraticuleLine()

Declaration

cs-api-definition
public GraticuleLine()

Properties

Step

Specifies the step of the graticule line.

Declaration

cs-api-definition
public double Step { get; set; }

Property Value

double

Style

Specifies the style of the graticule line.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style

Methods

ToString()

TODO: Add documentation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()