# FarPoint.Win.Chart.FpCategoryAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_FpCategoryAttribute" data-uid="FarPoint.Win.Chart.FpCategoryAttribute" class="text-break">FpCategoryAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Represents the FarPoint category attribute.</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.attribute">Attribute</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.categoryattribute">CategoryAttribute</a></div>
    <div class="level3"><span class="xref">FpCategoryAttribute</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_FpCategoryAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.All)]
public class FpCategoryAttribute : CategoryAttribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.All)&gt;
Public Class FpCategoryAttribute
    Inherits CategoryAttribute</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="FarPoint_Win_Chart_FpCategoryAttribute__ctor_System_String_" data-uid="FarPoint.Win.Chart.FpCategoryAttribute.#ctor(System.String)">
          <a class="xref" href="FarPoint.Win.Chart.FpCategoryAttribute.-ctor.html#FarPoint_Win_Chart_FpCategoryAttribute__ctor_System_String_">FpCategoryAttribute(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new FarPoint category attribute.</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="FarPoint_Win_Chart_FpCategoryAttribute_GetLocalizedString_System_String_" data-uid="FarPoint.Win.Chart.FpCategoryAttribute.GetLocalizedString(System.String)">
          <a class="xref" href="FarPoint.Win.Chart.FpCategoryAttribute.GetLocalizedString.html#FarPoint_Win_Chart_FpCategoryAttribute_GetLocalizedString_System_String_">GetLocalizedString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the localized string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
