A newer version of this page is available.
Switch to the current version.
WebChartControl.RightToLeft Property
Gets or sets a value specifying whether or not the current control supports right-to-left representation.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v18.2.Web.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean RightToLeft { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Property RightToLeft As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
One of the DefaultBoolean enumeration values. |
Remarks
refer to the Right to Left Support help topic to learn more.
See Also
Feedback