Class StaticXGrid
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Static X Grid
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StaticXGrid : GridOptions, IChartNode, IDisposable, IGridOptions
- Inheritance
-
StaticXGrid
- Implements
- Inherited Members
Constructors
StaticXGrid()
Constructor for Form designer list editor.
public StaticXGrid()
StaticXGrid(IChartNode)
Constructor.
public StaticXGrid(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Behind
Is the grid behind or in front
public bool Behind { get; set; }
Property Value
DivCount
Division count (grid line count - 1)
public uint DivCount { get; set; }
Property Value
Methods
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as string.