# C1.Web.Mvc.ChartSeriesBase-1.AltStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_ChartSeriesBase_1_AltStyle_" data-uid="C1.Web.Mvc.ChartSeriesBase`1.AltStyle*">AltStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_ChartSeriesBase_1_AltStyle_" data-uid="C1.Web.Mvc.ChartSeriesBase`1.AltStyle*"></a>
<h4 id="C1_Web_Mvc_ChartSeriesBase_1_AltStyle" data-uid="C1.Web.Mvc.ChartSeriesBase`1.AltStyle">AltStyle</h4>
<div class="markdown level1 summary"><p>Gets or sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public SVGStyle AltStyle { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property AltStyle As SVGStyle</code></pre>
</div>
<h5 id="C1_Web_Mvc_ChartSeriesBase_1_AltStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If no value is provided, the default styles will be used.</p>
</div>
</div>
