Table of Contents

Class HorizontalScrollBar

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Horizontal scrollbar. Values use unsigned 64-bit integer value range.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class HorizontalScrollBar : ScrollBarBase, IChartNode, IDisposable, IHighlightingItem
Inheritance
HorizontalScrollBar
Implements
Inherited Members

Constructors

HorizontalScrollBar()

Constructor for form editor list editor

public HorizontalScrollBar()

HorizontalScrollBar(LightningChart)

Constructor

public HorizontalScrollBar(LightningChart owner)

Parameters

owner LightningChart

Parent.

Properties

Alignment

Alignment.

public HorizontalScrollBarAlignment Alignment { get; set; }

Property Value

HorizontalScrollBarAlignment

Methods

Dispose(bool)

Dispose

protected override void Dispose(bool disposing)

Parameters

disposing bool
LightningChartLib.WinForms.Charting.HorizontalScrollBar