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.v24.1.dll
NuGet Package: DevExpress.Charts
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