# FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs" data-uid="FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs" class="text-break">ExpandSeriesEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the event of expanding series by UI .</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">ExpandSeriesEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExpandSeriesEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExpandSeriesEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs__ctor" data-uid="FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs.-ctor.html#FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs__ctor">ExpandSeriesEventArgs()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new event arguments object</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs__ctor_FarPoint_Win_Chart_Series_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs.#ctor(FarPoint.Win.Chart.Series,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs.-ctor.html#FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs__ctor_FarPoint_Win_Chart_Series_System_Boolean_">ExpandSeriesEventArgs(Series, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new event arguments object</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs_AppendOnExist" data-uid="FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs.AppendOnExist">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs.AppendOnExist.html#FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs_AppendOnExist">AppendOnExist</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether new series is added to the existing composite series</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs_Series" data-uid="FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs.Series">
          <a class="xref" href="FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs.Series.html#FarPoint_Win_Spread_Chart_ExpandSeriesEventArgs_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series type will be added</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
