Back to Devexpress

XRChart.RightToLeft Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrchart-dd0dd86d.md

latest1.5 KB
Original Source

XRChart.RightToLeft Property

Specifies the orientation of the XRChart‘s content.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
public override RightToLeft RightToLeft { get; set; }
vb
<Browsable(True)>
Public Overrides Property RightToLeft As RightToLeft

Property Value

TypeDescription
RightToLeft

A RightToLeft enumeration value.

|

Available values:

NameDescription
No

The right-to-left feature is disabled.

| | Yes |

The right-to-left feature is enabled.

| | Inherit |

The right-to-left state is obtained from the control’s parent container.

|

See Also

Right-To-Left Support

XRChart Class

XRChart Members

DevExpress.XtraReports.UI Namespace