Skip to main content

RangeAreaSeriesLabelModel.MinValueAngle Property

Gets or sets the value of the RangeAreaSeriesLabel.MinValueAngle within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public int MinValueAngle { get; set; }

Property Value

Type Description
Int32

The angle specifying the relative position of series labels, in degrees.

See Also