Back to Devexpress

Legend.MaxCrosshairContentWidth Property

corelibraries-devexpress-dot-xtracharts-dot-legend-98585e00.md

latest1.3 KB
Original Source

Legend.MaxCrosshairContentWidth Property

Gets or sets the maximum width 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 MaxCrosshairContentWidth { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property MaxCrosshairContentWidth As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

This value must be greater than 0 and less than 1000.

See Also

Legend Class

Legend Members

DevExpress.XtraCharts Namespace