Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public int MaxValueAngle { get; set; }

Property Value

Type Description
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