# GrapeCity.ActiveReports.Chart.NumericRangeValidator

## Content

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



  <h1 id="GrapeCity_ActiveReports_Chart_NumericRangeValidator" data-uid="GrapeCity.ActiveReports.Chart.NumericRangeValidator" class="text-break">NumericRangeValidator Class
</h1>
  <div class="markdown level0 summary"><p>Class NumericRangeValidator. This class cannot be inherited.</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">NumericRangeValidator</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomPropertyValueValidator.html">ICustomPropertyValueValidator</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_NumericRangeValidator_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(NumericRangeValidator.Converter))]
public sealed class NumericRangeValidator : ICustomPropertyValueValidator</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_NumericRangeValidator__ctor_System_Double_System_Boolean_" data-uid="GrapeCity.ActiveReports.Chart.NumericRangeValidator.#ctor(System.Double,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.NumericRangeValidator.-ctor.html#GrapeCity_ActiveReports_Chart_NumericRangeValidator__ctor_System_Double_System_Boolean_">NumericRangeValidator(double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.NumericRangeValidator.html">NumericRangeValidator</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_NumericRangeValidator__ctor_System_Double_System_Double_System_Boolean_" data-uid="GrapeCity.ActiveReports.Chart.NumericRangeValidator.#ctor(System.Double,System.Double,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.NumericRangeValidator.-ctor.html#GrapeCity_ActiveReports_Chart_NumericRangeValidator__ctor_System_Double_System_Double_System_Boolean_">NumericRangeValidator(double, double, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.NumericRangeValidator.html">NumericRangeValidator</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_NumericRangeValidator_Delta" data-uid="GrapeCity.ActiveReports.Chart.NumericRangeValidator.Delta">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.NumericRangeValidator.Delta.html#GrapeCity_ActiveReports_Chart_NumericRangeValidator_Delta">Delta</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_NumericRangeValidator_Max" data-uid="GrapeCity.ActiveReports.Chart.NumericRangeValidator.Max">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.NumericRangeValidator.Max.html#GrapeCity_ActiveReports_Chart_NumericRangeValidator_Max">Max</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_NumericRangeValidator_Min" data-uid="GrapeCity.ActiveReports.Chart.NumericRangeValidator.Min">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.NumericRangeValidator.Min.html#GrapeCity_ActiveReports_Chart_NumericRangeValidator_Min">Min</a>
        </td>
        <td class="markdown level1 summary"></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_NumericRangeValidator_GetAnyValidValue" data-uid="GrapeCity.ActiveReports.Chart.NumericRangeValidator.GetAnyValidValue">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.NumericRangeValidator.GetAnyValidValue.html#GrapeCity_ActiveReports_Chart_NumericRangeValidator_GetAnyValidValue">GetAnyValidValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets any valid value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_NumericRangeValidator_Validate_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.NumericRangeValidator.Validate(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.NumericRangeValidator.Validate.html#GrapeCity_ActiveReports_Chart_NumericRangeValidator_Validate_System_Object_">Validate(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Method should throw ArgumentException if value is not valid</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
