Skip to main content

LegendModel.MaxCrosshairContentHeight Property

Gets or sets the value that specifies the LegendModel.MaxCrosshairContentHeight property within the chart model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[LocalizableCategory(DesignerCategories.Behavior)]
public int MaxCrosshairContentHeight { get; set; }

Property Value

Type Description
Int32

The maximum allowed height for the Crosshair’s content in the legend (in pixels).

See Also