# GrapeCity.ActiveReports.PageReportModel.Axis.Scalar

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_Axis_Scalar_" data-uid="GrapeCity.ActiveReports.PageReportModel.Axis.Scalar*">Scalar Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_Axis_Scalar_" data-uid="GrapeCity.ActiveReports.PageReportModel.Axis.Scalar*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_Axis_Scalar" data-uid="GrapeCity.ActiveReports.PageReportModel.Axis.Scalar">Scalar</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the values along the axis are scalar values (i.e. numeric or date) which are displayed on the chart in a continuous flow with missing numbers or dates filled in.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Scalar { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value where true indicates that the values along the axis are scalar (i.e numeric or date) values; otherwise false. The default value is false.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_Axis_Scalar_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Scalar cannot be true if the axis has more than one grouping, if the grouping is static or has more than one group expression, or if the axis values have labels.</p>
</div>
</div>
