Back to Devexpress

RangeBarSeriesLabel.Position Property

maui-devexpress-dot-maui-dot-charts-dot-rangebarserieslabel-843ad8a4.md

latest2.0 KB
Original Source

RangeBarSeriesLabel.Position Property

Gets or sets the position of series labels relative to bars. This is a bindable property.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public RangeBarSeriesLabelPosition Position { get; set; }

Property Value

TypeDefaultDescription
RangeBarSeriesLabelPositionOutside

A value that specifies the label position.

|

Available values:

NameDescription
Outside

Labels are displayed outside bars.

| | Inside |

Labels are displayed inside bars.

|

Remarks

Use the Position property to specify whether series labels should be displayed inside or outside their corresponding bars. The Indent property allows you to set the indent between a label and bar edge.

xml
<dxc:RangeBarSeries>
    <dxc:RangeBarSeries.Label>
        <dxc:RangeBarSeriesLabel TextPattern="{}{V$0.#}"
                                 Kind="TwoLabels"
                                 Position="Outside"
                                 Indent="5">
        </dxc:RangeBarSeriesLabel>
    </dxc:RangeBarSeries.Label>
</dxc:RangeBarSeries>

See Also

RangeBarSeriesLabel Class

RangeBarSeriesLabel Members

DevExpress.Maui.Charts Namespace