# GrapeCity.ActiveReports.Chart.GraphReferenceConverter

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_GraphReferenceConverter" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter" class="text-break">GraphReferenceConverter Class
</h1>
  <div class="markdown level0 summary"><p>Provides a unified way to process converting.</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.componentmodel.typeconverter">TypeConverter</a></div>
    <div class="level2"><span class="xref">GraphReferenceConverter</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_GraphReferenceConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Browsable(false)]
public abstract class GraphReferenceConverter : TypeConverter</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_GraphReferenceConverter__ctor" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.-ctor.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter__ctor">GraphReferenceConverter()</a>
        </td>
        <td class="markdown level1 summary"></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_GraphReferenceConverter_ObjectType" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.ObjectType">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.ObjectType.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter_ObjectType">ObjectType</a>
        </td>
        <td class="markdown level1 summary"><p>Get the object type to get the empty ctor for</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="GrapeCity_ActiveReports_Chart_GraphReferenceConverter_CanConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Type_" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.CanConvertFrom.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter_CanConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Type_">CanConvertFrom(ITypeDescriptorContext, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphReferenceConverter_CanConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Type_" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.CanConvertTo.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter_CanConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Type_">CanConvertTo(ITypeDescriptorContext, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether this converter can convert the object to the specified type, using the specified context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphReferenceConverter_ConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.ConvertFrom.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter_ConvertFrom_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_">ConvertFrom(ITypeDescriptorContext, CultureInfo, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the given object to the type of this converter, using the specified context and culture information.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphReferenceConverter_ConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_System_Type_" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.ConvertTo.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter_ConvertTo_System_ComponentModel_ITypeDescriptorContext_System_Globalization_CultureInfo_System_Object_System_Type_">ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the given value object to the specified type, using the specified context and culture information.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphReferenceConverter_GetStandardValues_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.GetStandardValues.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter_GetStandardValues_System_ComponentModel_ITypeDescriptorContext_">GetStandardValues(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphReferenceConverter_GetStandardValuesExclusive_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.GetStandardValuesExclusive.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter_GetStandardValuesExclusive_System_ComponentModel_ITypeDescriptorContext_">GetStandardValuesExclusive(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the collection of standard values returned from GetStandardValues is an exclusive list of possible values, using the specified context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphReferenceConverter_GetStandardValuesSupported_System_ComponentModel_ITypeDescriptorContext_" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.GetStandardValuesSupported.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter_GetStandardValuesSupported_System_ComponentModel_ITypeDescriptorContext_">GetStandardValuesSupported(ITypeDescriptorContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_GraphReferenceConverter_findAvailableComponents_GrapeCity_ActiveReports_Chart_IGraphItem_" data-uid="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.findAvailableComponents(GrapeCity.ActiveReports.Chart.IGraphItem)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.GraphReferenceConverter.findAvailableComponents.html#GrapeCity_ActiveReports_Chart_GraphReferenceConverter_findAvailableComponents_GrapeCity_ActiveReports_Chart_IGraphItem_">findAvailableComponents(IGraphItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Finds available components.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
