Back to Devexpress

ChartControlSettings.RightToLeft Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-chartcontrolsettings-e409266f.md

latest1.4 KB
Original Source

ChartControlSettings.RightToLeft Property

Gets or sets a value indicating whether chart elements are aligned using right-to-left alignment.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public DefaultBoolean RightToLeft { get; set; }
vb
Public Property RightToLeft As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

A DefaultBoolean enumeration value.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

See Also

ChartControlSettings Class

ChartControlSettings Members

DevExpress.Web.Mvc Namespace