Click or drag to resize

LightningChartHorizontalScrollBars Property

LightningChart .NET Help
List of horizontal scroll bars.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public List<HorizontalScrollBar> HorizontalScrollBars { get; set; }

Property Value

Type: ListHorizontalScrollBar
See Also