# C1.Win.Chart.Series

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Series" data-uid="C1.Win.Chart.Series" class="text-break">Series Class
</h1>
  <div class="markdown level0 summary"><p>Represents a series of data points to display in the chart.</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="C1.Chart.SeriesBase.html">SeriesBase</a></div>
    <div class="level2"><span class="xref">Series</span></div>
      <div class="level3"><a class="xref" href="C1.Win.Chart.BoxWhisker.html">BoxWhisker</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Chart.BreakEven.html">BreakEven</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Chart.ErrorBar.html">ErrorBar</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Chart.Histogram.html">Histogram</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Chart.RadarSeries.html">RadarSeries</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Chart.RangedHistogram.html">RangedHistogram</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Chart.TrendLine.html">TrendLine</a></div>
      <div class="level3"><a class="xref" href="C1.Win.Chart.Waterfall.html">Waterfall</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_Series_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Series : SeriesBase, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Series
    Inherits SeriesBase
    Implements IDisposable</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_Chart_Series__ctor" data-uid="C1.Win.Chart.Series.#ctor">
          <a class="xref" href="C1.Win.Chart.Series.-ctor.html#C1_Win_Chart_Series__ctor">Series()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of series 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_Chart_Series_ActualBinding" data-uid="C1.Win.Chart.Series.ActualBinding">
          <a class="xref" href="C1.Win.Chart.Series.ActualBinding.html#C1_Win_Chart_Series_ActualBinding">ActualBinding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets actual binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_ActualBindingX" data-uid="C1.Win.Chart.Series.ActualBindingX">
          <a class="xref" href="C1.Win.Chart.Series.ActualBindingX.html#C1_Win_Chart_Series_ActualBindingX">ActualBindingX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets actual x-binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_ActualDataMember" data-uid="C1.Win.Chart.Series.ActualDataMember">
          <a class="xref" href="C1.Win.Chart.Series.ActualDataMember.html#C1_Win_Chart_Series_ActualDataMember">ActualDataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets actual data member.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_ActualItemsSource" data-uid="C1.Win.Chart.Series.ActualItemsSource">
          <a class="xref" href="C1.Win.Chart.Series.ActualItemsSource.html#C1_Win_Chart_Series_ActualItemsSource">ActualItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets actual items source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_AltStyle" data-uid="C1.Win.Chart.Series.AltStyle">
          <a class="xref" href="C1.Win.Chart.Series.AltStyle.html#C1_Win_Chart_Series_AltStyle">AltStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series alternatve style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_AxisX" data-uid="C1.Win.Chart.Series.AxisX">
          <a class="xref" href="C1.Win.Chart.Series.AxisX.html#C1_Win_Chart_Series_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_AxisY" data-uid="C1.Win.Chart.Series.AxisY">
          <a class="xref" href="C1.Win.Chart.Series.AxisY.html#C1_Win_Chart_Series_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_Binding" data-uid="C1.Win.Chart.Series.Binding">
          <a class="xref" href="C1.Win.Chart.Series.Binding.html#C1_Win_Chart_Series_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property that contains Y values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_BindingMode" data-uid="C1.Win.Chart.Series.BindingMode">
          <a class="xref" href="C1.Win.Chart.Series.BindingMode.html#C1_Win_Chart_Series_BindingMode">BindingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the binding mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_BindingX" data-uid="C1.Win.Chart.Series.BindingX">
          <a class="xref" href="C1.Win.Chart.Series.BindingX.html#C1_Win_Chart_Series_BindingX">BindingX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the property that contains X values for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_Chart" data-uid="C1.Win.Chart.Series.Chart">
          <a class="xref" href="C1.Win.Chart.Series.Chart.html#C1_Win_Chart_Series_Chart">Chart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_DataLabel" data-uid="C1.Win.Chart.Series.DataLabel">
          <a class="xref" href="C1.Win.Chart.Series.DataLabel.html#C1_Win_Chart_Series_DataLabel">DataLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_DataMember" data-uid="C1.Win.Chart.Series.DataMember">
          <a class="xref" href="C1.Win.Chart.Series.DataMember.html#C1_Win_Chart_Series_DataMember">DataMember</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the DataMember, if any, for the DataSource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_DataSource" data-uid="C1.Win.Chart.Series.DataSource">
          <a class="xref" href="C1.Win.Chart.Series.DataSource.html#C1_Win_Chart_Series_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of objects that contains the series data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_HasCustomSymbol" data-uid="C1.Win.Chart.Series.HasCustomSymbol">
          <a class="xref" href="C1.Win.Chart.Series.HasCustomSymbol.html#C1_Win_Chart_Series_HasCustomSymbol">HasCustomSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Whether the custom symbol rendering is used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_Style" data-uid="C1.Win.Chart.Series.Style">
          <a class="xref" href="C1.Win.Chart.Series.Style.html#C1_Win_Chart_Series_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_SymbolStyle" data-uid="C1.Win.Chart.Series.SymbolStyle">
          <a class="xref" href="C1.Win.Chart.Series.SymbolStyle.html#C1_Win_Chart_Series_SymbolStyle">SymbolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series symbol style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_Tooltip" data-uid="C1.Win.Chart.Series.Tooltip">
          <a class="xref" href="C1.Win.Chart.Series.Tooltip.html#C1_Win_Chart_Series_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip template for the series.</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_Chart_Series_ClearData" data-uid="C1.Win.Chart.Series.ClearData">
          <a class="xref" href="C1.Win.Chart.Series.ClearData.html#C1_Win_Chart_Series_ClearData">ClearData()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all point data from the series added with SetData.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_Dispose" data-uid="C1.Win.Chart.Series.Dispose">
          <a class="xref" href="C1.Win.Chart.Series.Dispose.html#C1_Win_Chart_Series_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_Dispose_System_Boolean_" data-uid="C1.Win.Chart.Series.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Chart.Series.Dispose.html#C1_Win_Chart_Series_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_Finalize" data-uid="C1.Win.Chart.Series.Finalize">
          <a class="xref" href="C1.Win.Chart.Series.Finalize.html#C1_Win_Chart_Series_Finalize">~Series()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_GetCount" data-uid="C1.Win.Chart.Series.GetCount">
          <a class="xref" href="C1.Win.Chart.Series.GetCount.html#C1_Win_Chart_Series_GetCount">GetCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the binding data count.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_GetDataType_System_Int32_" data-uid="C1.Win.Chart.Series.GetDataType(System.Int32)">
          <a class="xref" href="C1.Win.Chart.Series.GetDataType.html#C1_Win_Chart_Series_GetDataType_System_Int32_">GetDataType(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_GetItem_System_Int32_" data-uid="C1.Win.Chart.Series.GetItem(System.Int32)">
          <a class="xref" href="C1.Win.Chart.Series.GetItem.html#C1_Win_Chart_Series_GetItem_System_Int32_">GetItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_GetStyle_System_String_" data-uid="C1.Win.Chart.Series.GetStyle(System.String)">
          <a class="xref" href="C1.Win.Chart.Series.GetStyle.html#C1_Win_Chart_Series_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style by name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_GetValidPropertyDescriptors" data-uid="C1.Win.Chart.Series.GetValidPropertyDescriptors">
          <a class="xref" href="C1.Win.Chart.Series.GetValidPropertyDescriptors.html#C1_Win_Chart_Series_GetValidPropertyDescriptors">GetValidPropertyDescriptors()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the valid <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.propertydescriptor">PropertyDescriptor</a> of class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_GetValues_System_Int32_" data-uid="C1.Win.Chart.Series.GetValues(System.Int32)">
          <a class="xref" href="C1.Win.Chart.Series.GetValues.html#C1_Win_Chart_Series_GetValues_System_Int32_">GetValues(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the point data array for the specified coordinate dimension.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_Invalidate" data-uid="C1.Win.Chart.Series.Invalidate">
          <a class="xref" href="C1.Win.Chart.Series.Invalidate.html#C1_Win_Chart_Series_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_IsRangeChartType" data-uid="C1.Win.Chart.Series.IsRangeChartType">
          <a class="xref" href="C1.Win.Chart.Series.IsRangeChartType.html#C1_Win_Chart_Series_IsRangeChartType">IsRangeChartType()</a>
        </td>
        <td class="markdown level1 summary"><p>Whether chart type can be ranged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_LoadBoundData" data-uid="C1.Win.Chart.Series.LoadBoundData">
          <a class="xref" href="C1.Win.Chart.Series.LoadBoundData.html#C1_Win_Chart_Series_LoadBoundData">LoadBoundData()</a>
        </td>
        <td class="markdown level1 summary"><p>Forces bound data to be loaded into internal chart arrays.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_OnDataSourceChanged" data-uid="C1.Win.Chart.Series.OnDataSourceChanged">
          <a class="xref" href="C1.Win.Chart.Series.OnDataSourceChanged.html#C1_Win_Chart_Series_OnDataSourceChanged">OnDataSourceChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when data source was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_OnSymbolRendered_C1_Chart_IRenderEngine_System_Int32_System_Double_System_Double_" data-uid="C1.Win.Chart.Series.OnSymbolRendered(C1.Chart.IRenderEngine,System.Int32,System.Double,System.Double)">
          <a class="xref" href="C1.Win.Chart.Series.OnSymbolRendered.html#C1_Win_Chart_Series_OnSymbolRendered_C1_Chart_IRenderEngine_System_Int32_System_Double_System_Double_">OnSymbolRendered(IRenderEngine, int, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after symbol was rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_OnSymbolRendering_C1_Chart_IRenderEngine_System_Int32_System_Double_System_Double_" data-uid="C1.Win.Chart.Series.OnSymbolRendering(C1.Chart.IRenderEngine,System.Int32,System.Double,System.Double)">
          <a class="xref" href="C1.Win.Chart.Series.OnSymbolRendering.html#C1_Win_Chart_Series_OnSymbolRendering_C1_Chart_IRenderEngine_System_Int32_System_Double_System_Double_">OnSymbolRendering(IRenderEngine, int, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when symbol is rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_OnVisibilityChanged" data-uid="C1.Win.Chart.Series.OnVisibilityChanged">
          <a class="xref" href="C1.Win.Chart.Series.OnVisibilityChanged.html#C1_Win_Chart_Series_OnVisibilityChanged">OnVisibilityChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when visibility changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_Rebind" data-uid="C1.Win.Chart.Series.Rebind">
          <a class="xref" href="C1.Win.Chart.Series.Rebind.html#C1_Win_Chart_Series_Rebind">Rebind()</a>
        </td>
        <td class="markdown level1 summary"><p>Forces all data in ItemsSource to be evaluated and redraw the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_RebindCurrencyMananger" data-uid="C1.Win.Chart.Series.RebindCurrencyMananger">
          <a class="xref" href="C1.Win.Chart.Series.RebindCurrencyMananger.html#C1_Win_Chart_Series_RebindCurrencyMananger">RebindCurrencyMananger()</a>
        </td>
        <td class="markdown level1 summary"><p>Rebind currency mananger data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_SetData_System_Double___System_Double_____" data-uid="C1.Win.Chart.Series.SetData(System.Double[],System.Double[][])">
          <a class="xref" href="C1.Win.Chart.Series.SetData.html#C1_Win_Chart_Series_SetData_System_Double___System_Double_____">SetData(double[], params double[][])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the point data to be charted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_SetStyle_C1_Chart__Style_System_String_" data-uid="C1.Win.Chart.Series.SetStyle(C1.Chart._Style,System.String)">
          <a class="xref" href="C1.Win.Chart.Series.SetStyle.html#C1_Win_Chart_Series_SetStyle_C1_Chart__Style_System_String_">SetStyle(_Style, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the series style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_getDefaultData_System_Int32_" data-uid="C1.Win.Chart.Series.getDefaultData(System.Int32)">
          <a class="xref" href="C1.Win.Chart.Series.getDefaultData.html#C1_Win_Chart_Series_getDefaultData_System_Int32_">getDefaultData(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Manufacture some consistent data for design time display to allow series styling.</p>
</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_Chart_Series_SymbolRendered" data-uid="C1.Win.Chart.Series.SymbolRendered">
          <a class="xref" href="C1.Win.Chart.Series.SymbolRendered.html">SymbolRendered</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after rendering symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Series_SymbolRendering" data-uid="C1.Win.Chart.Series.SymbolRendering">
          <a class="xref" href="C1.Win.Chart.Series.SymbolRendering.html">SymbolRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before rendering symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
