Class GraticuleLine
Represents a graticule line.
Inheritance
System.Object
GraticuleLine
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GraticuleLine
Constructors
GraticuleLine()
Declaration
public GraticuleLine()
Properties
Step
Specifies the step of the graticule line.
Declaration
public double Step { get; set; }
Property Value
System.Double
|
Style
Specifies the style of the graticule line.
Declaration
public Style Style { get; }
Property Value
Style
|
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()