# GrapeCity.ActiveReports.SectionReportModel.ChartControl.RenderCrossPlatform

## Content

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



<h1 id="GrapeCity_ActiveReports_SectionReportModel_ChartControl_RenderCrossPlatform_" data-uid="GrapeCity.ActiveReports.SectionReportModel.ChartControl.RenderCrossPlatform*">RenderCrossPlatform Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_SectionReportModel_ChartControl_RenderCrossPlatform_" data-uid="GrapeCity.ActiveReports.SectionReportModel.ChartControl.RenderCrossPlatform*"></a>
<h4 id="GrapeCity_ActiveReports_SectionReportModel_ChartControl_RenderCrossPlatform_GrapeCity_ActiveReports_Document_Section_DrawCanvas_System_Drawing_Rectangle_System_Drawing_PointF_" data-uid="GrapeCity.ActiveReports.SectionReportModel.ChartControl.RenderCrossPlatform(GrapeCity.ActiveReports.Document.Section.DrawCanvas,System.Drawing.Rectangle,System.Drawing.PointF)">RenderCrossPlatform(DrawCanvas, Rectangle, PointF)</h4>
<div class="markdown level1 summary"><p>Renders the chart using the cross-platform GC graphics stack.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void RenderCrossPlatform(DrawCanvas page, Rectangle boundsRect, PointF pageOffset)</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="../MESCIUS.ActiveReports.Core.Document/GrapeCity.ActiveReports.Document.Section.DrawCanvas.html">DrawCanvas</a></td>
      <td><span class="parametername">page</span></td>
      <td><p>The draw canvas to render onto.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">boundsRect</span></td>
      <td><p>The bounding rectangle for the chart in pixels.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.pointf">PointF</a></td>
      <td><span class="parametername">pageOffset</span></td>
      <td><p>The page offset for the chart.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
