# GrapeCity.ActiveReports.Chart.KeyValuePair

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_KeyValuePair" data-uid="GrapeCity.ActiveReports.Chart.KeyValuePair" class="text-break">KeyValuePair Class
</h1>
  <div class="markdown level0 summary"><p>Represents a key-value pair.</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">KeyValuePair</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_KeyValuePair_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(KeyValuePair.Converter))]
public sealed class KeyValuePair</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_KeyValuePair__ctor_System_String_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.KeyValuePair.#ctor(System.String,System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.-ctor.html#GrapeCity_ActiveReports_Chart_KeyValuePair__ctor_System_String_System_Object_">KeyValuePair(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.html">KeyValuePair</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_KeyValuePair__ctor_System_String_System_Object_GrapeCity_ActiveReports_Chart_ICustomPropertyValueValidator_" data-uid="GrapeCity.ActiveReports.Chart.KeyValuePair.#ctor(System.String,System.Object,GrapeCity.ActiveReports.Chart.ICustomPropertyValueValidator)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.-ctor.html#GrapeCity_ActiveReports_Chart_KeyValuePair__ctor_System_String_System_Object_GrapeCity_ActiveReports_Chart_ICustomPropertyValueValidator_">KeyValuePair(string, object, ICustomPropertyValueValidator)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.html">KeyValuePair</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_KeyValuePair__ctor_System_String_System_Object_GrapeCity_ActiveReports_Chart_ICustomPropertyValueValidator_System_Boolean_" data-uid="GrapeCity.ActiveReports.Chart.KeyValuePair.#ctor(System.String,System.Object,GrapeCity.ActiveReports.Chart.ICustomPropertyValueValidator,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.-ctor.html#GrapeCity_ActiveReports_Chart_KeyValuePair__ctor_System_String_System_Object_GrapeCity_ActiveReports_Chart_ICustomPropertyValueValidator_System_Boolean_">KeyValuePair(string, object, ICustomPropertyValueValidator, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.html">KeyValuePair</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_KeyValuePair__ctor_System_String_System_Object_System_Boolean_" data-uid="GrapeCity.ActiveReports.Chart.KeyValuePair.#ctor(System.String,System.Object,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.-ctor.html#GrapeCity_ActiveReports_Chart_KeyValuePair__ctor_System_String_System_Object_System_Boolean_">KeyValuePair(string, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.html">KeyValuePair</a> 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_KeyValuePair_IsPointOverridable" data-uid="GrapeCity.ActiveReports.Chart.KeyValuePair.IsPointOverridable">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.IsPointOverridable.html#GrapeCity_ActiveReports_Chart_KeyValuePair_IsPointOverridable">IsPointOverridable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets true if the custom property is applicable to series's points</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_KeyValuePair_Key" data-uid="GrapeCity.ActiveReports.Chart.KeyValuePair.Key">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.Key.html#GrapeCity_ActiveReports_Chart_KeyValuePair_Key">Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the key.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_KeyValuePair_Validator" data-uid="GrapeCity.ActiveReports.Chart.KeyValuePair.Validator">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.Validator.html#GrapeCity_ActiveReports_Chart_KeyValuePair_Validator">Validator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the validator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_KeyValuePair_Value" data-uid="GrapeCity.ActiveReports.Chart.KeyValuePair.Value">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.KeyValuePair.Value.html#GrapeCity_ActiveReports_Chart_KeyValuePair_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
