Skip to main content

BootstrapChartSeriesLabelSettings.RadialOffset Property

Gets or sets a value that specifies how to shift labels from their initial position in a radial direction in pixels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(typeof(decimal), "0")]
public decimal RadialOffset { get; set; }

Property Value

Type Default Description
Decimal "0"

A Decimal value specifying the radial offset.

Property Paths

You can access this nested property as listed below:

Object Type Path to RadialOffset
BootstrapChartCommonSeriesBase
.Label .RadialOffset
See Also