IndicatorModel.CrosshairLabelPattern Property
Gets or sets the Indicator.CrosshairLabelPattern property value within the chart model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[LocalizableCategory(DesignerCategories.Behavior)]
public string CrosshairLabelPattern { get; set; }
Property Value
Type | Description |
---|---|
String | The format string. |
See Also