Class GridOptionsSmith
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Grid options of Smith view.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GridOptionsSmith : GridOptionsRound, IChartNode, IDisposable, IGridOptions
- Inheritance
-
GridOptionsSmith
- Implements
- Inherited Members
Constructors
GridOptionsSmith()
Constructor for Form designer list editor
public GridOptionsSmith()
GridOptionsSmith(IChartNode)
Constructor
public GridOptionsSmith(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
CustomGridLines
List of manually defined gridlines.
public GridOptionsSmithExtraLineList CustomGridLines { get; set; }
Property Value
LabelsVisible
Grid labels visible.
public bool LabelsVisible { get; set; }
Property Value
Source
Determines which gridlines are rendered, both, just the custom ones, or just the automatic ones.
public GridLineSource Source { get; set; }
Property Value
Methods
Dispose(bool)
Dispose
protected override void Dispose(bool disposing)
Parameters
disposingboolLightningChartLib.WinForms.Charting.GridOptionsSmith