A newer version of this page is available.
Switch to the current version.
RelativePosition Enum
Lists values defining the position of the constant line labels on the chart plot.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
Members
Name | Description |
---|---|
Outside | The constant line labels are contained within the chart grid. |
Inside | The constant line labels are located outside the chart grid. |
NotSet | Default. A position is defined by the underlying control. |
Related API Members
The following properties accept/return RelativePosition values:
Remarks
The enumeration is used by the BootstrapChartSeriesLabelSettings.Position property.
See Also
Feedback