# C1.Win.C1Chart3D.RotateEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_RotateEventArgs" data-uid="C1.Win.C1Chart3D.RotateEventArgs" class="text-break">RotateEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents chart rotation event data.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">RotateEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_RotateEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RotateEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RotateEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart3D_RotateEventArgs__ctor" data-uid="C1.Win.C1Chart3D.RotateEventArgs.#ctor">
          <a class="xref" href="C1.Win.C1Chart3D.RotateEventArgs.-ctor.html#C1_Win_C1Chart3D_RotateEventArgs__ctor">RotateEventArgs()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart3D.RotateEventArgs.html">RotateEventArgs</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_RotateEventArgs__ctor_System_Single_System_Single_System_Single_" data-uid="C1.Win.C1Chart3D.RotateEventArgs.#ctor(System.Single,System.Single,System.Single)">
          <a class="xref" href="C1.Win.C1Chart3D.RotateEventArgs.-ctor.html#C1_Win_C1Chart3D_RotateEventArgs__ctor_System_Single_System_Single_System_Single_">RotateEventArgs(float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart3D.RotateEventArgs.html">RotateEventArgs</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart3D_RotateEventArgs_RotationX" data-uid="C1.Win.C1Chart3D.RotateEventArgs.RotationX">
          <a class="xref" href="C1.Win.C1Chart3D.RotateEventArgs.RotationX.html#C1_Win_C1Chart3D_RotateEventArgs_RotationX">RotationX</a>
        </td>
        <td class="markdown level1 summary"><p>The angle of rotation of the chart around the X axis, in radians.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_RotateEventArgs_RotationY" data-uid="C1.Win.C1Chart3D.RotateEventArgs.RotationY">
          <a class="xref" href="C1.Win.C1Chart3D.RotateEventArgs.RotationY.html#C1_Win_C1Chart3D_RotateEventArgs_RotationY">RotationY</a>
        </td>
        <td class="markdown level1 summary"><p>The angle of rotation of the chart around the Y axis, in radians.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_RotateEventArgs_RotationZ" data-uid="C1.Win.C1Chart3D.RotateEventArgs.RotationZ">
          <a class="xref" href="C1.Win.C1Chart3D.RotateEventArgs.RotationZ.html#C1_Win_C1Chart3D_RotateEventArgs_RotationZ">RotationZ</a>
        </td>
        <td class="markdown level1 summary"><p>The angle of rotation of the chart around the Z axis, in radians.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
