Skip to main content

CrosshairAxisLabelOptions.ActualPattern Property

Gets the actual pattern of the crosshair axis label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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