# FarPoint.Win.Chart.Light.GetSchema

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Chart_Light_GetSchema_" data-uid="FarPoint.Win.Chart.Light.GetSchema*">GetSchema Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Chart_Light_GetSchema_" data-uid="FarPoint.Win.Chart.Light.GetSchema*"></a>
<h4 id="FarPoint_Win_Chart_Light_GetSchema" data-uid="FarPoint.Win.Chart.Light.GetSchema">GetSchema()</h4>
<div class="markdown level1 summary"><p>This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the <span class="xref">System.Xml.Serialization.XmlSchemaProviderAttribute</span> to the class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual XmlSchema GetSchema()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function GetSchema() As XmlSchema</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">XmlSchema</span></td>
      <td><p>An <span class="xref">System.Xml.Schema.XmlSchema</span> that describes the XML representation of the object that is produced by the <span class="xref">System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)</span> method and consumed by the <span class="xref">System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)</span> method.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><span class="xref">System.Xml.Serialization.IXmlSerializable.GetSchema()</span></div>
</div>
