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