Back to Devexpress

RangeAreaSeriesLabel.MaxValueAngle Property

corelibraries-devexpress-dot-xtracharts-dot-rangeareaserieslabel-5ba07b23.md

latest1.9 KB
Original Source

RangeAreaSeriesLabel.MaxValueAngle Property

Gets or sets the angle between the point line and the label, which shows the maximum 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 MaxValueAngle { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property MaxValueAngle As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

The MaxValueAngle property affects the position of series labels relative to the maximum 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