# FarPoint.Web.Chart.Light.GetSchema

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Chart_Light_GetSchema_" data-uid="FarPoint.Web.Chart.Light.GetSchema*">GetSchema Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Chart_Light_GetSchema_" data-uid="FarPoint.Web.Chart.Light.GetSchema*"></a>
<h4 id="FarPoint_Web_Chart_Light_GetSchema" data-uid="FarPoint.Web.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 <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.xmlschemaproviderattribute">XmlSchemaProviderAttribute</a> 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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.schema.xmlschema">XmlSchema</a></td>
      <td><p>An <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.schema.xmlschema">XmlSchema</a> that describes the XML representation of the object that is produced by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable.writexml">WriteXml(XmlWriter)</a> method and consumed by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable.readxml">ReadXml(XmlReader)</a> method.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.serialization.ixmlserializable.getschema">IXmlSerializable.GetSchema()</a></div>
</div>
