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

CrosshairAxisLabelOptions.ActualPattern Property

Gets the actual pattern of the crosshair axis label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public string ActualPattern { get; }

Property Value

Type Description
String

A String value that is the actual pattern.

Property Paths

You can access this nested property as listed below:

Object Type Path to ActualPattern
Axis2D
.CrosshairAxisLabelOptions .ActualPattern
See Also