Table of Contents

Class ScrollButtonOptions

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

Scroll button options

[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScrollButtonOptions : ScrollThumbOptions, IChartNode, IDisposable
Inheritance
ScrollButtonOptions
Implements
Inherited Members

Constructors

ScrollButtonOptions()

Constructor for Form designer list editor

public ScrollButtonOptions()

ScrollButtonOptions(ScrollBarBase)

Constructor

public ScrollButtonOptions(ScrollBarBase owner)

Parameters

owner ScrollBarBase
param owner M:LightningChartLib.WinForms.Charting.ScrollButtonOptions.#ctor(LightningChartLib.WinForms.Charting.ScrollBarBase)

Properties

AutoSize

Automatically size the scroll buttons. Width and height are set to match bar height.

public bool AutoSize { get; set; }

Property Value

bool

Icon

Arrow icons inside button. The definition applies to Right button. Left button icon is drawn rotated by 180 degrees.

public PointShapeStyle Icon { get; set; }

Property Value

PointShapeStyle

Width

Width

public double Width { get; set; }

Property Value

double

Remarks

Disable AutoSize to use this.

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.