GraticuleLine
Class
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; }
Methods
ToString()
string
TODO: Add documentation.
C#
public override string ToString()
string
Overrides: