Back to Devexpress

CrosshairAxisLabelOptions.ActualPattern Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairaxislabeloptions-18717d2d.md

latest1.5 KB
Original Source

CrosshairAxisLabelOptions.ActualPattern Property

Gets the actual pattern of the crosshair axis label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
public string ActualPattern { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualPattern As String

Property Value

TypeDescription
String

A String value that is the actual pattern.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ActualPattern
Axis2D

.CrosshairAxisLabelOptions .ActualPattern

|

See Also

CrosshairAxisLabelOptions Class

CrosshairAxisLabelOptions Members

DevExpress.XtraCharts Namespace