RelativePosition Enum
Lists values defining the position of the constant line labels on the chart plot.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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