Class AxisSmith
- Namespace
- LightningChartLib.WinForms.Charting.Axes
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Smith axis class.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AxisSmith : AxisSmithBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
AxisSmith
- Implements
- Inherited Members
Constructors
AxisSmith()
Constructor for properties editor.
public AxisSmith()
AxisSmith(ViewSmithBase)
Constructor.
public AxisSmith(ViewSmithBase owner)
Parameters
ownerViewSmithBaseparam owner M:LightningChartLib.WinForms.Charting.Axes.AxisSmith.#ctor(LightningChartLib.WinForms.Charting.Views.ViewSmith.ViewSmithBase)
Methods
Construct()
Create members.
protected override void Construct()
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.