Skip to main content

DxChartSeriesLabel.Position Property

Specifies the label’s position.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public RelativePosition Position { get; set; }

Property Value

Type Description
RelativePosition

A RelativePosition enumeration value.

Available values:

Name Description
Inside

An element is displayed inside the component.

Outside

An element is displayed outside the component.

Remarks

This property specifies the position for all the labels in a series. See the DxChartSeriesLabel component’s description for more information.

See Also