Back to Devexpress

CrosshairOptions.CommonLabelPosition Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairoptions-1de9e141.md

latest2.1 KB
Original Source

CrosshairOptions.CommonLabelPosition Property

Gets or sets the position of a crosshair label when a common crosshair label is shown for all series on a diagram.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CrosshairLabelPosition CommonLabelPosition { get; set; }
vb
Public Property CommonLabelPosition As CrosshairLabelPosition

Property Value

TypeDescription
CrosshairLabelPosition

A CrosshairLabelPosition class descendant that specifies the crosshair label position on a diagram.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to CommonLabelPosition
WinForms ControlsChartControl

.CrosshairOptions .CommonLabelPosition

| | ASP.NET MVC Extensions | ChartControlSettings |

.CrosshairOptions .CommonLabelPosition

| | ASP.NET Web Forms Controls | WebChartControl |

.CrosshairOptions .CommonLabelPosition

|

See Also

CrosshairOptions Class

CrosshairOptions Members

DevExpress.XtraCharts Namespace