# GrapeCity.Spreadsheet.Charts.IAxis.MinimumScale

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Charts_IAxis_MinimumScale_" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinimumScale*">MinimumScale Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Charts_IAxis_MinimumScale_" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinimumScale*"></a>
<h4 id="GrapeCity_Spreadsheet_Charts_IAxis_MinimumScale" data-uid="GrapeCity.Spreadsheet.Charts.IAxis.MinimumScale">MinimumScale</h4>
<div class="markdown level1 summary"><p>Returns or sets the minimum value on the value axis  or category axis if <code>CategoryType</code> is <a class="xref" href="GrapeCity.Spreadsheet.Charts.CategoryType.html#GrapeCity_Spreadsheet_Charts_CategoryType_TimeScale">TimeScale</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">double MinimumScale { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property MinimumScale As Double</code></pre>
</div>
</div>
