# C1.Win.C1Chart.DrawDataSeriesEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_DrawDataSeriesEventArgs" data-uid="C1.Win.C1Chart.DrawDataSeriesEventArgs" class="text-break">DrawDataSeriesEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the DrawDataSeries event.</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">DrawDataSeriesEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_DrawDataSeriesEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DrawDataSeriesEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DrawDataSeriesEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <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="C1_Win_C1Chart_DrawDataSeriesEventArgs_Bounds" data-uid="C1.Win.C1Chart.DrawDataSeriesEventArgs.Bounds">
          <a class="xref" href="C1.Win.C1Chart.DrawDataSeriesEventArgs.Bounds.html#C1_Win_C1Chart_DrawDataSeriesEventArgs_Bounds">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rectangular area in which the data series will be plotted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DrawDataSeriesEventArgs_Brush" data-uid="C1.Win.C1Chart.DrawDataSeriesEventArgs.Brush">
          <a class="xref" href="C1.Win.C1Chart.DrawDataSeriesEventArgs.Brush.html#C1_Win_C1Chart_DrawDataSeriesEventArgs_Brush">Brush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush that will be used for data plotting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DrawDataSeriesEventArgs_DisposeBrush" data-uid="C1.Win.C1Chart.DrawDataSeriesEventArgs.DisposeBrush">
          <a class="xref" href="C1.Win.C1Chart.DrawDataSeriesEventArgs.DisposeBrush.html#C1_Win_C1Chart_DrawDataSeriesEventArgs_DisposeBrush">DisposeBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the brush should be disposed by the chart after drawing the series.
If DisposeBrush is false the brush is not disposed by the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DrawDataSeriesEventArgs_DisposePen" data-uid="C1.Win.C1Chart.DrawDataSeriesEventArgs.DisposePen">
          <a class="xref" href="C1.Win.C1Chart.DrawDataSeriesEventArgs.DisposePen.html#C1_Win_C1Chart_DrawDataSeriesEventArgs_DisposePen">DisposePen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the pen should be disposed by the chart after drawing the series.
If DisposePen is false the pen is not disposed by the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DrawDataSeriesEventArgs_GroupIndex" data-uid="C1.Win.C1Chart.DrawDataSeriesEventArgs.GroupIndex">
          <a class="xref" href="C1.Win.C1Chart.DrawDataSeriesEventArgs.GroupIndex.html#C1_Win_C1Chart_DrawDataSeriesEventArgs_GroupIndex">GroupIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the chart group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DrawDataSeriesEventArgs_IsLegend" data-uid="C1.Win.C1Chart.DrawDataSeriesEventArgs.IsLegend">
          <a class="xref" href="C1.Win.C1Chart.DrawDataSeriesEventArgs.IsLegend.html#C1_Win_C1Chart_DrawDataSeriesEventArgs_IsLegend">IsLegend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the current region about to be drawn is in the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DrawDataSeriesEventArgs_Pen" data-uid="C1.Win.C1Chart.DrawDataSeriesEventArgs.Pen">
          <a class="xref" href="C1.Win.C1Chart.DrawDataSeriesEventArgs.Pen.html#C1_Win_C1Chart_DrawDataSeriesEventArgs_Pen">Pen</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pen that will be used for data plotting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DrawDataSeriesEventArgs_SeriesIndex" data-uid="C1.Win.C1Chart.DrawDataSeriesEventArgs.SeriesIndex">
          <a class="xref" href="C1.Win.C1Chart.DrawDataSeriesEventArgs.SeriesIndex.html#C1_Win_C1Chart_DrawDataSeriesEventArgs_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the data series about to be drawn.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
