Provides access to the GridLine object.

Namespace:  Nasosoft.Chart.Drawing
Assembly:  Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)

Syntax

Visual Basic (Declaration)
Public Class GridLine _
	Inherits Line
C#
public class GridLine : Line
Visual C++
public ref class GridLine : public Line
JavaScript
Nasosoft.Chart.Drawing.GridLine = function();

Type.createClass(
	'Nasosoft.Chart.Drawing.GridLine',
	Nasosoft.Chart.Drawing.Line);

Remarks

GridLines are used to place lines across the Axes, at the major and minor intervals.

Inheritance Hierarchy

System..::.Object
  Nasosoft.Chart.Drawing..::.Line
    Nasosoft.Chart.Drawing..::.GridLine

See Also