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

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.v18.2.dll

Declaration

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

Property Value

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