# GrapeCity.ActiveReports.Chart.CustomProperties

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_CustomProperties" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties" class="text-break">CustomProperties Class
</h1>
  <div class="markdown level0 summary"><p>Represents collection of series properties (series type specific)</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><span class="xref">CustomProperties</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icustomtypedescriptor">ICustomTypeDescriptor</a></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_CustomProperties_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CustomProperties.Converter))]
public sealed class CustomProperties : Item, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomTypeDescriptor</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_CustomProperties__ctor" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.-ctor.html#GrapeCity_ActiveReports_Chart_CustomProperties__ctor">CustomProperties()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.html">CustomProperties</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties__ctor_GrapeCity_ActiveReports_Chart_KeyValuePair___" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.#ctor(GrapeCity.ActiveReports.Chart.KeyValuePair[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.-ctor.html#GrapeCity_ActiveReports_Chart_CustomProperties__ctor_GrapeCity_ActiveReports_Chart_KeyValuePair___">CustomProperties(KeyValuePair[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.html">CustomProperties</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.-ctor.html#GrapeCity_ActiveReports_Chart_CustomProperties__ctor_System_String_">CustomProperties(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.-ctor.html#GrapeCity_ActiveReports_Chart_CustomProperties__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">CustomProperties(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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_CustomProperties_IsDirty" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.IsDirty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.IsDirty.html#GrapeCity_ActiveReports_Chart_CustomProperties_IsDirty">IsDirty</a>
        </td>
        <td class="markdown level1 summary"><p>This member overrides <pre><code class="lang-csharp">Item.IsDirty</code></pre>. Always false.
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_Item_System_String_" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.Item(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.Item.html#GrapeCity_ActiveReports_Chart_CustomProperties_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets property by its name</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_CustomProperties_Clone" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.Clone.html#GrapeCity_ActiveReports_Chart_CustomProperties_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_CountNotNullProperties" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.CountNotNullProperties">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.CountNotNullProperties.html#GrapeCity_ActiveReports_Chart_CustomProperties_CountNotNullProperties">CountNotNullProperties()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only!</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.Equals.html#GrapeCity_ActiveReports_Chart_CustomProperties_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetAttributes" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetAttributes">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetAttributes.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetAttributes">GetAttributes()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of custom attributes for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetClassName" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetClassName">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetClassName.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetClassName">GetClassName()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the class name of this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetComponentName" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetComponentName">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetComponentName.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetComponentName">GetComponentName()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the name of this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetConverter" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetConverter">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetConverter.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetConverter">GetConverter()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a type converter for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetDefaultEvent" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetDefaultEvent">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetDefaultEvent.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetDefaultEvent">GetDefaultEvent()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the default event for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetDefaultProperty" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetDefaultProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetDefaultProperty.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetDefaultProperty">GetDefaultProperty()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the default property for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetEditor_System_Type_" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetEditor(System.Type)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetEditor.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetEditor_System_Type_">GetEditor(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an editor of the specified type for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetEvents" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetEvents">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetEvents.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetEvents">GetEvents()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the events for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetEvents_System_Attribute___" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetEvents(System.Attribute[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetEvents.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetEvents_System_Attribute___">GetEvents(Attribute[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the events for this instance of a component using the specified attribute array as a filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetHashCode.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as the default hash function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetProperties" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetProperties">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetProperties.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetProperties">GetProperties()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the properties for this instance of a component.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetProperties_System_Attribute___" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetProperties(System.Attribute[])">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetProperties.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetProperties_System_Attribute___">GetProperties(Attribute[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the properties for this instance of a component using the attribute array as a filter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetPropertiesCount" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetPropertiesCount">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetPropertiesCount.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetPropertiesCount">GetPropertiesCount()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only!</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_CustomProperties_GetPropertyOwner_System_ComponentModel_PropertyDescriptor_" data-uid="GrapeCity.ActiveReports.Chart.CustomProperties.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.CustomProperties.GetPropertyOwner.html#GrapeCity_ActiveReports_Chart_CustomProperties_GetPropertyOwner_System_ComponentModel_PropertyDescriptor_">GetPropertyOwner(PropertyDescriptor)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that contains the property described by the specified property descriptor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
