Back to Devexpress

DxChartSeriesLabel.Position Property

blazor-devexpress-dot-blazor-dot-dxchartserieslabel-fb7747e2.md

latest1.3 KB
Original Source

DxChartSeriesLabel.Position Property

Specifies the label’s position.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(RelativePosition.Outside)]
[Parameter]
public RelativePosition Position { get; set; }

Property Value

TypeDefaultDescription
RelativePositionOutside

A RelativePosition enumeration value.

|

Available values:

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

See Also

DxChartSeriesLabel Class

DxChartSeriesLabel Members

DevExpress.Blazor Namespace