# FarPoint.Web.Chart.PositionalLight

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_PositionalLight" data-uid="FarPoint.Web.Chart.PositionalLight" class="text-break">PositionalLight Class
</h1>
  <div class="markdown level0 summary"><p>Represents a positional light source.</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="FarPoint.Web.Chart.Light.html">Light</a></div>
    <div class="level2"><span class="xref">PositionalLight</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable">IXmlSerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_PositionalLight_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PositionalLight : Light, IXmlSerializable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PositionalLight
    Inherits Light
    Implements IXmlSerializable, ICloneable</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="FarPoint_Web_Chart_PositionalLight__ctor" data-uid="FarPoint.Web.Chart.PositionalLight.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.PositionalLight.-ctor.html#FarPoint_Web_Chart_PositionalLight__ctor">PositionalLight()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new light.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PositionalLight__ctor_FarPoint_Web_Chart_PositionalLight_" data-uid="FarPoint.Web.Chart.PositionalLight.#ctor(FarPoint.Web.Chart.PositionalLight)">
          <a class="xref" href="FarPoint.Web.Chart.PositionalLight.-ctor.html#FarPoint_Web_Chart_PositionalLight__ctor_FarPoint_Web_Chart_PositionalLight_">PositionalLight(PositionalLight)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new light that is a copy of the specified light.</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="FarPoint_Web_Chart_PositionalLight_PositionX" data-uid="FarPoint.Web.Chart.PositionalLight.PositionX">
          <a class="xref" href="FarPoint.Web.Chart.PositionalLight.PositionX.html#FarPoint_Web_Chart_PositionalLight_PositionX">PositionX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x coordinate of the position of the light.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PositionalLight_PositionY" data-uid="FarPoint.Web.Chart.PositionalLight.PositionY">
          <a class="xref" href="FarPoint.Web.Chart.PositionalLight.PositionY.html#FarPoint_Web_Chart_PositionalLight_PositionY">PositionY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y coordinate of the position of the light.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PositionalLight_PositionZ" data-uid="FarPoint.Web.Chart.PositionalLight.PositionZ">
          <a class="xref" href="FarPoint.Web.Chart.PositionalLight.PositionZ.html#FarPoint_Web_Chart_PositionalLight_PositionZ">PositionZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x coordinate of the position of the light.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_PositionalLight_Clone" data-uid="FarPoint.Web.Chart.PositionalLight.Clone">
          <a class="xref" href="FarPoint.Web.Chart.PositionalLight.Clone.html#FarPoint_Web_Chart_PositionalLight_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of this light.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PositionalLight_GetSchema" data-uid="FarPoint.Web.Chart.PositionalLight.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.PositionalLight.GetSchema.html#FarPoint_Web_Chart_PositionalLight_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PositionalLight_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.PositionalLight.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.PositionalLight.ReadXml.html#FarPoint_Web_Chart_PositionalLight_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PositionalLight_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.PositionalLight.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.PositionalLight.WriteXml.html#FarPoint_Web_Chart_PositionalLight_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
