# C1.Win.Chart.Interaction.LineMarker.WIN32Rect

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Interaction_LineMarker_WIN32Rect" data-uid="C1.Win.Chart.Interaction.LineMarker.WIN32Rect" class="text-break">LineMarker.WIN32Rect Struct
</h1>
  <div class="markdown level0 summary"><p>A structure that is to receive the rectangle dimensions, in logical units.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.Interaction.html">C1.Win.Chart.Interaction</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_Interaction_LineMarker_WIN32Rect_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct LineMarker.WIN32Rect</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure LineMarker.WIN32Rect</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Chart_Interaction_LineMarker_WIN32Rect_bottom" data-uid="C1.Win.Chart.Interaction.LineMarker.WIN32Rect.bottom">
          <a class="xref" href="C1.Win.Chart.Interaction.LineMarker.WIN32Rect.bottom.html">bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the Y-coordinate of the lower-right corner of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_LineMarker_WIN32Rect_left" data-uid="C1.Win.Chart.Interaction.LineMarker.WIN32Rect.left">
          <a class="xref" href="C1.Win.Chart.Interaction.LineMarker.WIN32Rect.left.html">left</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the X-coordinate of the upper-left corner of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_LineMarker_WIN32Rect_right" data-uid="C1.Win.Chart.Interaction.LineMarker.WIN32Rect.right">
          <a class="xref" href="C1.Win.Chart.Interaction.LineMarker.WIN32Rect.right.html">right</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the X-coordinate of the lower-right corner of the rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Interaction_LineMarker_WIN32Rect_top" data-uid="C1.Win.Chart.Interaction.LineMarker.WIN32Rect.top">
          <a class="xref" href="C1.Win.Chart.Interaction.LineMarker.WIN32Rect.top.html">top</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the Y-coordinate of the upper-left corner of the rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
