Skip to main content

CrosshairOptionsModel.CommonLabelPosition Property

Gets or sets the model of the Crosshair label position behavior of the modeled options of the Crosshair cursor.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public CrosshairLabelPositionModel CommonLabelPosition { get; set; }

Property Value

Type Description
CrosshairLabelPositionModel

The model of the Crosshair label position behavior.

Property Paths

You can access this nested property as listed below:

Object Type Path to CommonLabelPosition
ChartModel
.CrosshairOptions .CommonLabelPosition
See Also