A newer version of this page is available.
Switch to the current version.
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; }
Public Property RightToLeft As DefaultBoolean
Property Value
Type | Description |
---|---|
DefaultBoolean | A DefaultBoolean enumeration value. |
See Also
Feedback