Back to Devexpress

RelativePosition Enum

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-5f4b0c92.md

latest1.6 KB
Original Source

RelativePosition Enum

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

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public enum RelativePosition
vb
Public Enum RelativePosition

Members

NameDescription
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.

|

The following properties accept/return RelativePosition values:

Remarks

The enumeration is used by the BootstrapChartSeriesLabelSettings.Position property.

See Also

Chart

DevExpress.Web.Bootstrap Namespace