DxChartSeriesLabel.Position Property
Specifies the label’s position.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(RelativePosition.Outside)]
[Parameter]
public RelativePosition Position { get; set; }
Property Value
Type | Default | Description |
---|---|---|
RelativePosition | Outside | 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