# C1.Blazor.Gauge.GaugeLabel.Render

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Blazor_Gauge_GaugeLabel_Render_" data-uid="C1.Blazor.Gauge.GaugeLabel.Render*">Render Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Blazor_Gauge_GaugeLabel_Render_" data-uid="C1.Blazor.Gauge.GaugeLabel.Render*"></a>
<h4 id="C1_Blazor_Gauge_GaugeLabel_Render_C1_Blazor_Core_SvgDrawingContext_System_String_C1_Blazor_Core_C1Point_C1_Blazor_Core_C1Point_C1_Blazor_Core_C1Color_" data-uid="C1.Blazor.Gauge.GaugeLabel.Render(C1.Blazor.Core.SvgDrawingContext,System.String,C1.Blazor.Core.C1Point,C1.Blazor.Core.C1Point,C1.Blazor.Core.C1Color)">Render(SvgDrawingContext, string, C1Point, C1Point, C1Color)</h4>
<div class="markdown level1 summary"><p>Draw the a label.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual void Render(SvgDrawingContext drawingContext, string text, C1Point startPoint, C1Point endPoint, C1Color brush)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Sub Render(drawingContext As SvgDrawingContext, text As String, startPoint As C1Point, endPoint As C1Point, brush As C1Color)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.SvgDrawingContext.html">SvgDrawingContext</a></td>
      <td><span class="parametername">drawingContext</span></td>
      <td><p>The context to draw the mark to.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>The actual text to draw.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Point.html">C1Point</a></td>
      <td><span class="parametername">startPoint</span></td>
      <td><p>The point where the text starts.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Point.html">C1Point</a></td>
      <td><span class="parametername">endPoint</span></td>
      <td><p>The point were the text ends.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a></td>
      <td><span class="parametername">brush</span></td>
      <td><p>The brush used to paint the text.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
