Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public DefaultBoolean RightToLeft { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumeration value.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

See Also