Skip to main content

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.2.dll

NuGet Package: DevExpress.Web.Bootstrap

#Declaration

public enum RelativePosition

#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