Back to Devexpress

RangeAreaSeriesLabel.MinValueAngle Property

corelibraries-devexpress-dot-xtracharts-dot-rangeareaserieslabel-d655459b.md

latest1.9 KB
Original Source

RangeAreaSeriesLabel.MinValueAngle Property

Gets or sets the angle between the point line and the label, which shows the minimum value of a series point in a Range Area series view.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int MinValueAngle { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property MinValueAngle As Integer

Property Value

TypeDescription
Int32

An integer value specifying the angle, in degrees, to position series labels.

|

Remarks

The MinValueAngle property affects the position of series labels relative to the minimum values of the corresponding series points. The angle value set for this property specifies the inclination of the connection line between a data point and its label. The angle is measured in degrees, and counterclockwise from the horizontal.

See Also

RangeAreaSeriesLabel Class

RangeAreaSeriesLabel Members

DevExpress.XtraCharts Namespace