ClassGraticuleLine
Class
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
Methods
ToString()
TODO: Add documentation.
Declaration
cs-api-definition
public override string ToString()
Returns
string
Overrides