Represents the collection of CustomGridLines that belong to the Chart.
Namespace:
Nasosoft.Chart.DrawingAssembly: Nasosoft.Chart.Drawing (in Nasosoft.Chart.Drawing.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Class CustomGridLineCollection _ Inherits CollectionBase |
| C# |
|---|
public class CustomGridLineCollection : CollectionBase |
| Visual C++ |
|---|
public ref class CustomGridLineCollection : public CollectionBase |
| JavaScript |
|---|
Nasosoft.Chart.Drawing.CustomGridLineCollection = function(); Type.createClass( 'Nasosoft.Chart.Drawing.CustomGridLineCollection', CollectionBase); |
Inheritance Hierarchy
System..::.Object
System.Collections..::.CollectionBase
Nasosoft.Chart.Drawing..::.CustomGridLineCollection
System.Collections..::.CollectionBase
Nasosoft.Chart.Drawing..::.CustomGridLineCollection
