Determines the grid lines of chart axis.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public class GridLines : Element, IChartElement
Visual Basic (Declaration)
Public Class GridLines _
	Inherits Element _
	Implements IChartElement
Visual C++
public ref class GridLines : public Element, 
	IChartElement

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Instrumentation.Model..::.Element
    PerpetuumSoft.Charts..::.GridLines

See Also