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

PointSeriesLabelModel.Angle Property

Gets or sets the value of the PointSeriesLabel.Angle within the model.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

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

Property Value

Type Description
Int32

The angle in degrees specifying the position of series point labels around series points.

See Also