# C1.Chart.SeriesBase.SymbolSize

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Chart_SeriesBase_SymbolSize_" data-uid="C1.Chart.SeriesBase.SymbolSize*">SymbolSize Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Chart_SeriesBase_SymbolSize_" data-uid="C1.Chart.SeriesBase.SymbolSize*"></a>
<h4 id="C1_Chart_SeriesBase_SymbolSize" data-uid="C1.Chart.SeriesBase.SymbolSize">SymbolSize</h4>
<div class="markdown level1 summary"><p>Gets or sets the size(in pixels) of the symbols used to render this Series.
Applies to Scatter, LineSymbols, and SplineSymbols chart types.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;SeriesBase.SymbolSize&quot;, &quot;Gets or sets the size(in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.&quot;)]
public int SymbolSize { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;SeriesBase.SymbolSize&quot;, &quot;Gets or sets the size(in pixels) of the symbols used to render this Series. Applies to Scatter, LineSymbols, and SplineSymbols chart types.&quot;)&gt;
Public Property SymbolSize As Integer</code></pre>
</div>
</div>
