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
ownerScrollBarBaseparam 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
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
Width
Width
public double Width { get; set; }
Property Value
Remarks
Disable AutoSize to use this.
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.