BarViewOptionsOrientation Property |
LightningChart .NET Help
Gets or sets the orientation of bars (horizontal or vertical).
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(BarsOrientation.Vertical)]
public BarsOrientation Orientation { get; set; }<DefaultValueAttribute(BarsOrientation.Vertical)>
Public Property Orientation As BarsOrientation
Get
Set
public:
[DefaultValueAttribute(BarsOrientation::Vertical)]
property BarsOrientation Orientation {
BarsOrientation get ();
void set (BarsOrientation value);
}Property Value
Type:
BarsOrientation
See Also