# C1.Win.C1Chart.ChartDataSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartDataSeries" data-uid="C1.Win.C1Chart.ChartDataSeries" class="text-break">ChartDataSeries Class
</h1>
  <div class="markdown level0 summary"><p>The ChartDataSeries class contains the data to be charted,
as well as the properties and style object used to describe the appearance of the charted data.</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"><span class="xref">ChartDataSeries</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></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_ChartDataSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class ChartDataSeries : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(HiddenPropsTypeConverter))&gt;
Public Class ChartDataSeries
    Implements ICloneable</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="C1_Win_C1Chart_ChartDataSeries__ctor" data-uid="C1.Win.C1Chart.ChartDataSeries.#ctor">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.-ctor.html#C1_Win_C1Chart_ChartDataSeries__ctor">ChartDataSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.html">ChartDataSeries</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries__ctor_C1_Win_C1Chart_ChartData_" data-uid="C1.Win.C1Chart.ChartDataSeries.#ctor(C1.Win.C1Chart.ChartData)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.-ctor.html#C1_Win_C1Chart_ChartDataSeries__ctor_C1_Win_C1Chart_ChartData_">ChartDataSeries(ChartData)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.html">ChartDataSeries</a> class.</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="C1_Win_C1Chart_ChartDataSeries_AutoEnumerate" data-uid="C1.Win.C1Chart.ChartDataSeries.AutoEnumerate">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.AutoEnumerate.html#C1_Win_C1Chart_ChartDataSeries_AutoEnumerate">AutoEnumerate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the X values of the series are automatically set to their index value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_DataLabel" data-uid="C1.Win.C1Chart.ChartDataSeries.DataLabel">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.DataLabel.html#C1_Win_C1Chart_ChartDataSeries_DataLabel">DataLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data label object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Display" data-uid="C1.Win.C1Chart.ChartDataSeries.Display">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Display.html#C1_Win_C1Chart_ChartDataSeries_Display">Display</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the display of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_FillStyle" data-uid="C1.Win.C1Chart.ChartDataSeries.FillStyle">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.FillStyle.html#C1_Win_C1Chart_ChartDataSeries_FillStyle">FillStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill style of the data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_FitType" data-uid="C1.Win.C1Chart.ChartDataSeries.FitType">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.FitType.html#C1_Win_C1Chart_ChartDataSeries_FitType">FitType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the curve fit type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Group" data-uid="C1.Win.C1Chart.ChartDataSeries.Group">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Group.html#C1_Win_C1Chart_ChartDataSeries_Group">Group</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Histogram" data-uid="C1.Win.C1Chart.ChartDataSeries.Histogram">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Histogram.html#C1_Win_C1Chart_ChartDataSeries_Histogram">Histogram</a>
        </td>
        <td class="markdown level1 summary"><p>Contains <a class="xref" href="C1.Win.C1Chart.ChartHistogram.html">ChartHistogram</a> chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Label" data-uid="C1.Win.C1Chart.ChartDataSeries.Label">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Label.html#C1_Win_C1Chart_ChartDataSeries_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_LegendEntry" data-uid="C1.Win.C1Chart.ChartDataSeries.LegendEntry">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.LegendEntry.html#C1_Win_C1Chart_ChartDataSeries_LegendEntry">LegendEntry</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the series label appears in the legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Length" data-uid="C1.Win.C1Chart.ChartDataSeries.Length">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Length.html#C1_Win_C1Chart_ChartDataSeries_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of data points in the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_LineStyle" data-uid="C1.Win.C1Chart.ChartDataSeries.LineStyle">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.LineStyle.html#C1_Win_C1Chart_ChartDataSeries_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line style of the series, including color, thickness and pattern.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_MaxX" data-uid="C1.Win.C1Chart.ChartDataSeries.MaxX">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.MaxX.html#C1_Win_C1Chart_ChartDataSeries_MaxX">MaxX</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the maximum X value of the series data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_MaxY" data-uid="C1.Win.C1Chart.ChartDataSeries.MaxY">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.MaxY.html#C1_Win_C1Chart_ChartDataSeries_MaxY">MaxY</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the maximum Y value of the series data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_MinX" data-uid="C1.Win.C1Chart.ChartDataSeries.MinX">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.MinX.html#C1_Win_C1Chart_ChartDataSeries_MinX">MinX</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the minimum X value of the series point data array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_MinY" data-uid="C1.Win.C1Chart.ChartDataSeries.MinY">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.MinY.html#C1_Win_C1Chart_ChartDataSeries_MinY">MinY</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the minimum Y value of the series point data array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Offset" data-uid="C1.Win.C1Chart.ChartDataSeries.Offset">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Offset.html#C1_Win_C1Chart_ChartDataSeries_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series offset for appropriate charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_PlotFilter" data-uid="C1.Win.C1Chart.ChartDataSeries.PlotFilter">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.PlotFilter.html#C1_Win_C1Chart_ChartDataSeries_PlotFilter">PlotFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot filter value which optimizes plotting large data arrays.
The plot filter value represents the minimal distance from the previous data point
in pixels. If distance is less than PlotFilter the point is not plotted.
Only for XY-plot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_PlotFilterMethod" data-uid="C1.Win.C1Chart.ChartDataSeries.PlotFilterMethod">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.PlotFilterMethod.html#C1_Win_C1Chart_ChartDataSeries_PlotFilterMethod">PlotFilterMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot filter method. This property specifies method of
optimization when plotting large data arrays.
Only for XY-plot.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_PointData" data-uid="C1.Win.C1Chart.ChartDataSeries.PointData">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.PointData.html#C1_Win_C1Chart_ChartDataSeries_PointData">PointData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartDataArray object that manages point data (combined X and Y data).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_SymbolStyle" data-uid="C1.Win.C1Chart.ChartDataSeries.SymbolStyle">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.SymbolStyle.html#C1_Win_C1Chart_ChartDataSeries_SymbolStyle">SymbolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol style of the series, including color, size and shape.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Tag" data-uid="C1.Win.C1Chart.ChartDataSeries.Tag">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Tag.html#C1_Win_C1Chart_ChartDataSeries_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Tag property which allows association of user data with the ChartDataSeries.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_TooltipText" data-uid="C1.Win.C1Chart.ChartDataSeries.TooltipText">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.TooltipText.html#C1_Win_C1Chart_ChartDataSeries_TooltipText">TooltipText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_TooltipTextLegend" data-uid="C1.Win.C1Chart.ChartDataSeries.TooltipTextLegend">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.TooltipTextLegend.html#C1_Win_C1Chart_ChartDataSeries_TooltipTextLegend">TooltipTextLegend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend tooltip text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_X" data-uid="C1.Win.C1Chart.ChartDataSeries.X">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.X.html#C1_Win_C1Chart_ChartDataSeries_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartDataArray object that manages X data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Y" data-uid="C1.Win.C1Chart.ChartDataSeries.Y">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Y.html#C1_Win_C1Chart_ChartDataSeries_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartDataArray object that manages Y data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Y1" data-uid="C1.Win.C1Chart.ChartDataSeries.Y1">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Y1.html#C1_Win_C1Chart_ChartDataSeries_Y1">Y1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartDataArray object that manages Y1 data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Y2" data-uid="C1.Win.C1Chart.ChartDataSeries.Y2">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Y2.html#C1_Win_C1Chart_ChartDataSeries_Y2">Y2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartDataArray object that manages Y2 data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Y3" data-uid="C1.Win.C1Chart.ChartDataSeries.Y3">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Y3.html#C1_Win_C1Chart_ChartDataSeries_Y3">Y3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartDataArray object that manages Y3 data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_ChartDataSeries_Clone" data-uid="C1.Win.C1Chart.ChartDataSeries.Clone">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Clone.html#C1_Win_C1Chart_ChartDataSeries_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new series that is a copy of the current series without data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_GetHiddenProperties" data-uid="C1.Win.C1Chart.ChartDataSeries.GetHiddenProperties">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.GetHiddenProperties.html#C1_Win_C1Chart_ChartDataSeries_GetHiddenProperties">GetHiddenProperties()</a>
        </td>
        <td class="markdown level1 summary"><p>Get a string array of hidden property names.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_IsHole_System_Double_" data-uid="C1.Win.C1Chart.ChartDataSeries.IsHole(System.Double)">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.IsHole.html#C1_Win_C1Chart_ChartDataSeries_IsHole_System_Double_">IsHole(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true whenever the passed value will be interpreted as a data hole.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_ToString" data-uid="C1.Win.C1Chart.ChartDataSeries.ToString">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.ToString.html#C1_Win_C1Chart_ChartDataSeries_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_ChartDataSeries_DataSeriesChanged" data-uid="C1.Win.C1Chart.ChartDataSeries.DataSeriesChanged">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.DataSeriesChanged.html">DataSeriesChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after chart data series changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_Draw" data-uid="C1.Win.C1Chart.ChartDataSeries.Draw">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.Draw.html">Draw</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when series is drawing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartDataSeries_PostDraw" data-uid="C1.Win.C1Chart.ChartDataSeries.PostDraw">
          <a class="xref" href="C1.Win.C1Chart.ChartDataSeries.PostDraw.html">PostDraw</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the series was drawn.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
