BootstrapChartLegendSettings.ItemTextPosition Property
Specifies the position of text relative to the item marker.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[DefaultValue(UIElementPosition.NotSet)]
public UIElementPosition ItemTextPosition { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| UIElementPosition | NotSet | One of the UIElementPosition enumeration values. |
Available values:
| Name | Description |
|---|---|
| Bottom | An element is positioned at the bottom of the parent element. |
| Top | An element is positioned at the top of the parent element. |
| Left | An element is positioned at the left of the parent element. |
| Right | An element is positioned at the right of the parent element. |
| NotSet | An element position is defined by the underlying control. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ItemTextPosition |
|---|---|
| BootstrapChartBase |
|
Remarks
A legend item consists of a marker that indicates the series (for the Chart widget) / point (for the Pie Chart widget) color and text that specifies the name of the series/point. Use the ItemTextPosition property to specify the position of the text relative to the item marker.