Provides access to the CustomGridLine object.

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

Syntax

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

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

Inheritance Hierarchy

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

See Also