Back to Devexpress

BarSeriesPointLayoutParameters.Direction Property

corelibraries-devexpress-dot-xtracharts-dot-barseriespointlayoutparameters.md

latest1.5 KB
Original Source

BarSeriesPointLayoutParameters.Direction Property

Returns the direction of the bar series point layout.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Direction Direction { get; }
vb
Public ReadOnly Property Direction As Direction

Property Value

TypeDescription
Direction

A Direction enumeration value.

|

Available values:

NameDescription
LeftToRight

Specifies the left to right direction.

| | RightToLeft |

Specifies the right to left direction.

| | TopToBottom |

Specifies the top to bottom direction.

| | BottomToTop |

Specifies the bottom to top direction.

|

See Also

BarSeriesPointLayoutParameters Class

BarSeriesPointLayoutParameters Members

DevExpress.XtraCharts Namespace