A newer version of this page is available.
Switch to the current version.
BootstrapChartArgumentAxis.Position Property
Specifies the argument axis position.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[DefaultValue(UIElementPosition.Bottom)]
public override UIElementPosition Position { get; set; }
<DefaultValue(UIElementPosition.Bottom)>
Public Overrides Property Position As UIElementPosition
Property Value
Type | Default | Description |
---|---|---|
UIElementPosition | Bottom |
One of the UIElementPosition enumeration values. |
Remarks
Depending on the value of the BootstrapChart.Rotated property, Position accepts different values.
Rotated | Position |
---|---|
false | "bottom" or "top" |
true | "left" or "right" |
See Also
Feedback