Class VerticalScrollBar
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Represents a vertical scroll bar control. Values use unsigned 64-bit integer value range.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class VerticalScrollBar : ScrollBarBase, IChartNode, IDisposable, IHighlightingItem
- Inheritance
-
VerticalScrollBar
- Implements
- Inherited Members
Constructors
VerticalScrollBar()
Creates and initializes a new instance of VerticalScrollBar class.
public VerticalScrollBar()
VerticalScrollBar(LightningChart)
Creates and initializes a new instance of VerticalScrollBar class.
public VerticalScrollBar(LightningChart owner)
Parameters
ownerLightningChartThe chart that owns this scroll bar.
Properties
Alignment
Alignment.
public VerticalScrollBarAlignment Alignment { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed; otherwise, false.