Click or drag to resize

BarViewOptionsOrientation Property

LightningChart .NET Help
Gets or sets the orientation of bars (horizontal or vertical).

Namespace:  Arction.WinForms.Charting.Views.ViewXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(BarsOrientation.Vertical)]
public BarsOrientation Orientation { get; set; }

Property Value

Type: BarsOrientation
See Also