Axis2DModel.CrosshairAxisLabelOptions Property
Gets or sets the model of the crosshair label options of the modeled axis.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v26.1.Wizard.dll
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public CrosshairAxisLabelOptionsModel CrosshairAxisLabelOptions { get; }
Property Value
| Type | Description |
|---|---|
| CrosshairAxisLabelOptionsModel | The model of the crosshair label options. |
See Also