CrosshairOptions.GroupHeaderTextOptions Property
Returns text options of the Crosshair series label group header.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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 |
|
ASP.NET Web Forms Controls | WebChartControl |
|
ASP.NET MVC Extensions | ChartControlSettings |
|
See Also