Skip to main content
A newer version of this page is available. .

RelativePosition Enum

Lists values defining the position of the constant line labels on the chart plot.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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