# GrapeCity.ActiveReports.Chart.XmlDataProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_XmlDataProvider" data-uid="GrapeCity.ActiveReports.Chart.XmlDataProvider" class="text-break">XmlDataProvider Class
</h1>
  <div class="markdown level0 summary"><p>Provides access to XML 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"><span class="xref">XmlDataProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_XmlDataProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class XmlDataProvider</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="GrapeCity_ActiveReports_Chart_XmlDataProvider__ctor_System_Object_System_String_" data-uid="GrapeCity.ActiveReports.Chart.XmlDataProvider.#ctor(System.Object,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.XmlDataProvider.-ctor.html#GrapeCity_ActiveReports_Chart_XmlDataProvider__ctor_System_Object_System_String_">XmlDataProvider(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the XMLDataProvider 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="GrapeCity_ActiveReports_Chart_XmlDataProvider_Count" data-uid="GrapeCity.ActiveReports.Chart.XmlDataProvider.Count">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.XmlDataProvider.Count.html#GrapeCity_ActiveReports_Chart_XmlDataProvider_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of data values</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_XmlDataProvider_Item_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.XmlDataProvider.Item(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.XmlDataProvider.Item.html#GrapeCity_ActiveReports_Chart_XmlDataProvider_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>if index is more then maximum allowed value provider should try not to throw exception, but return default (0) value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
