# GrapeCity.ActiveReports.PageReportModel.MapLegend.TextWrapThreshold

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_PageReportModel_MapLegend_TextWrapThreshold_" data-uid="GrapeCity.ActiveReports.PageReportModel.MapLegend.TextWrapThreshold*">TextWrapThreshold Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_MapLegend_TextWrapThreshold_" data-uid="GrapeCity.ActiveReports.PageReportModel.MapLegend.TextWrapThreshold*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_MapLegend_TextWrapThreshold" data-uid="GrapeCity.ActiveReports.PageReportModel.MapLegend.TextWrapThreshold">TextWrapThreshold</h4>
<div class="markdown level1 summary"><p>Number of characters after which the legend text wraps.
An expression should evaluate to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.
The default value is 25.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[ExpressionBaseType(typeof(int))]
public ExpressionInfo TextWrapThreshold { get; set; }</code></pre>
</div>
</div>
