Back to Devexpress

Legend.MaxCrosshairContentHeight Property

corelibraries-devexpress-dot-xtracharts-dot-legend-21a69f3e.md

latest1.2 KB
Original Source

Legend.MaxCrosshairContentHeight Property

Gets or sets the maximum height for the Crosshair’s content in the legend.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public int MaxCrosshairContentHeight { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property MaxCrosshairContentHeight As Integer

Property Value

TypeDescription
Int32

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

|

See Also

Legend Class

Legend Members

DevExpress.XtraCharts Namespace