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

CrosshairOptions.GroupHeaderTextOptions Property

Returns text options of the Crosshair series label group header.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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
MVCxChartControl
.CrosshairOptions .GroupHeaderTextOptions
ASP.NET Web Forms Controls WebChartControl
.CrosshairOptions .GroupHeaderTextOptions
See Also