Skip to main content

CrosshairOptions.GroupHeaderTextOptions Property

Returns text options of the Crosshair series label group header.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public TextOptions GroupHeaderTextOptions { get; }

Property Value

Type Description
TextOptions

The group header options.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GroupHeaderTextOptions
WinForms Controls ChartControl
.CrosshairOptions .GroupHeaderTextOptions
ASP.NET MVC Extensions ChartControlSettings
.CrosshairOptions .GroupHeaderTextOptions
ASP.NET Web Forms Controls WebChartControl
.CrosshairOptions .GroupHeaderTextOptions
See Also