# GrapeCity.Spreadsheet.ISparkVerticalAxis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_ISparkVerticalAxis" data-uid="GrapeCity.Spreadsheet.ISparkVerticalAxis" class="text-break">ISparkVerticalAxis Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for the vertical axes of a group of sparklines.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_ISparkVerticalAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISparkVerticalAxis</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISparkVerticalAxis</code></pre>
  </div>
  <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_Spreadsheet_ISparkVerticalAxis_CustomMaxScaleValue" data-uid="GrapeCity.Spreadsheet.ISparkVerticalAxis.CustomMaxScaleValue">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkVerticalAxis.CustomMaxScaleValue.html#GrapeCity_Spreadsheet_ISparkVerticalAxis_CustomMaxScaleValue">CustomMaxScaleValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom maximum value for the vertical axis of a sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkVerticalAxis_CustomMinScaleValue" data-uid="GrapeCity.Spreadsheet.ISparkVerticalAxis.CustomMinScaleValue">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkVerticalAxis.CustomMinScaleValue.html#GrapeCity_Spreadsheet_ISparkVerticalAxis_CustomMinScaleValue">CustomMinScaleValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom minimum value for the vertical axis of a sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkVerticalAxis_MaxScaleType" data-uid="GrapeCity.Spreadsheet.ISparkVerticalAxis.MaxScaleType">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkVerticalAxis.MaxScaleType.html#GrapeCity_Spreadsheet_ISparkVerticalAxis_MaxScaleType">MaxScaleType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the maximum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_ISparkVerticalAxis_MinScaleType" data-uid="GrapeCity.Spreadsheet.ISparkVerticalAxis.MinScaleType">
          <a class="xref" href="GrapeCity.Spreadsheet.ISparkVerticalAxis.MinScaleType.html#GrapeCity_Spreadsheet_ISparkVerticalAxis_MinScaleType">MinScaleType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the minimum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
