LegendModel.MaxCrosshairContentWidth Property
Gets or sets the value that specifies the LegendModel.MaxCrosshairContentHeight property 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 int MaxCrosshairContentWidth { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The maximum allowed width for the Crosshair’s content in the legend (in pixels). |
See Also