# C1.WPF.C1Chart.DataSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_DataSeries" data-uid="C1.WPF.C1Chart.DataSeries" class="text-break">DataSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents data series which contains a group of data values.</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.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.panel">Panel</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.canvas">Canvas</a></div>
    <div class="level8"><span class="xref">DataSeries</span></div>
      <div class="level9"><a class="xref" href="C1.WPF.C1Chart.XYDataSeries.html">XYDataSeries</a></div>
      <div class="level9"><a class="xref" href="C1.WPF.C1Chart.XYZDataSeries.html">XYZDataSeries</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_DataSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataSeries : Canvas, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataSeries
    Inherits Canvas
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild</code></pre>
  </div>
  <h5 id="C1_WPF_C1Chart_DataSeries_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The DataSeries class has the single set of data values.</p>
</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_WPF_C1Chart_DataSeries__ctor" data-uid="C1.WPF.C1Chart.DataSeries.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.-ctor.html#C1_WPF_C1Chart_DataSeries__ctor">DataSeries()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of DataSeries class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_AggregateProperty" data-uid="C1.WPF.C1Chart.DataSeries.AggregateProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.AggregateProperty.html">AggregateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Aggregate dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ChartTypeProperty" data-uid="C1.WPF.C1Chart.DataSeries.ChartTypeProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ChartTypeProperty.html">ChartTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ChartType dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionFillProperty" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionFillProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionFillProperty.html">ConnectionFillProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ConnectionFill dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionProperty" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionProperty.html">ConnectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Connection dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionStrokeDashesProperty" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionStrokeDashesProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionStrokeDashesProperty.html">ConnectionStrokeDashesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ConnectionStrokeDashes dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionStrokeProperty" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionStrokeProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionStrokeProperty.html">ConnectionStrokeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ConnectionStroke dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionStrokeThicknessProperty" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionStrokeThicknessProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionStrokeThicknessProperty.html">ConnectionStrokeThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ConnectionStrokeThickness dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionStyleProperty" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionStyleProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionStyleProperty.html">ConnectionStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ConnectionStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_DisplayProperty" data-uid="C1.WPF.C1Chart.DataSeries.DisplayProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.DisplayProperty.html">DisplayProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Display dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ItemsSourceProperty" data-uid="C1.WPF.C1Chart.DataSeries.ItemsSourceProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ItemsSource dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_LabelProperty" data-uid="C1.WPF.C1Chart.DataSeries.LabelProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.LabelProperty.html">LabelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Label dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_PointLabelTemplateProperty" data-uid="C1.WPF.C1Chart.DataSeries.PointLabelTemplateProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.PointLabelTemplateProperty.html">PointLabelTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PointLabelTemplate dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_PointTooltipTemplateProperty" data-uid="C1.WPF.C1Chart.DataSeries.PointTooltipTemplateProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.PointTooltipTemplateProperty.html">PointTooltipTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PointTooltipTemplate dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SelectedItemLabelTemplateProperty" data-uid="C1.WPF.C1Chart.DataSeries.SelectedItemLabelTemplateProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SelectedItemLabelTemplateProperty.html">SelectedItemLabelTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for SelectedItemLabelTemplate.  This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SelectedItemStyleProperty" data-uid="C1.WPF.C1Chart.DataSeries.SelectedItemStyleProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SelectedItemStyleProperty.html">SelectedItemStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for SelectedItemStyle.  This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolFillProperty" data-uid="C1.WPF.C1Chart.DataSeries.SymbolFillProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolFillProperty.html">SymbolFillProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolFill dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolMarkerProperty" data-uid="C1.WPF.C1Chart.DataSeries.SymbolMarkerProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolMarkerProperty.html">SymbolMarkerProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolMarker dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolProperty" data-uid="C1.WPF.C1Chart.DataSeries.SymbolProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolProperty.html">SymbolProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Symbol dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolSizeProperty" data-uid="C1.WPF.C1Chart.DataSeries.SymbolSizeProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolSizeProperty.html">SymbolSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolSize dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolStrokeDashesProperty" data-uid="C1.WPF.C1Chart.DataSeries.SymbolStrokeDashesProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolStrokeDashesProperty.html">SymbolStrokeDashesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolStrokeDashes dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolStrokeProperty" data-uid="C1.WPF.C1Chart.DataSeries.SymbolStrokeProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolStrokeProperty.html">SymbolStrokeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolStroke dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolStrokeThicknessProperty" data-uid="C1.WPF.C1Chart.DataSeries.SymbolStrokeThicknessProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolStrokeThicknessProperty.html">SymbolStrokeThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolStrokeThickness dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolStyleProperty" data-uid="C1.WPF.C1Chart.DataSeries.SymbolStyleProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolStyleProperty.html">SymbolStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ValuesSourceProperty" data-uid="C1.WPF.C1Chart.DataSeries.ValuesSourceProperty">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ValuesSourceProperty.html">ValuesSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ValueSource dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_datavalues" data-uid="C1.WPF.C1Chart.DataSeries.datavalues">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.datavalues.html">datavalues</a>
        </td>
        <td class="markdown level1 summary"><p>Cached data values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_isTimeValues" data-uid="C1.WPF.C1Chart.DataSeries.isTimeValues">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.isTimeValues.html">isTimeValues</a>
        </td>
        <td class="markdown level1 summary"><p>Flags for time values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_listY" data-uid="C1.WPF.C1Chart.DataSeries.listY">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.listY.html">listY</a>
        </td>
        <td class="markdown level1 summary"><p>Temporary list of y-values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_previousDataValues" data-uid="C1.WPF.C1Chart.DataSeries.previousDataValues">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.previousDataValues.html">previousDataValues</a>
        </td>
        <td class="markdown level1 summary"><p>Cached data values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_xfmt" data-uid="C1.WPF.C1Chart.DataSeries.xfmt">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.xfmt.html">xfmt</a>
        </td>
        <td class="markdown level1 summary"><p>Stores default formats for x- and y- axes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_yfmt" data-uid="C1.WPF.C1Chart.DataSeries.yfmt">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.yfmt.html">yfmt</a>
        </td>
        <td class="markdown level1 summary"><p>Stores default formats for x- and y- axes.</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_WPF_C1Chart_DataSeries_Aggregate" data-uid="C1.WPF.C1Chart.DataSeries.Aggregate">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.Aggregate.html#C1_WPF_C1Chart_DataSeries_Aggregate">Aggregate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value which specifies how to aggregate data for charting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_AggregateGroupSelector" data-uid="C1.WPF.C1Chart.DataSeries.AggregateGroupSelector">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.AggregateGroupSelector.html#C1_WPF_C1Chart_DataSeries_AggregateGroupSelector">AggregateGroupSelector</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the aggregate group selector.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_AutoGenerated" data-uid="C1.WPF.C1Chart.DataSeries.AutoGenerated">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.AutoGenerated.html#C1_WPF_C1Chart_DataSeries_AutoGenerated">AutoGenerated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value that indicates whether the data series was generated automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_AxisX" data-uid="C1.WPF.C1Chart.DataSeries.AxisX">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.AxisX.html#C1_WPF_C1Chart_DataSeries_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of auxiliary axis that is used as x-axis for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_AxisY" data-uid="C1.WPF.C1Chart.DataSeries.AxisY">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.AxisY.html#C1_WPF_C1Chart_DataSeries_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of auxiliary axis that is used as y-axis for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ChartType" data-uid="C1.WPF.C1Chart.DataSeries.ChartType">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ChartType.html#C1_WPF_C1Chart_DataSeries_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets series-specific chart type. By default, chart type is defined by
C1Chart.ChartType property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_Connection" data-uid="C1.WPF.C1Chart.DataSeries.Connection">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.Connection.html#C1_WPF_C1Chart_DataSeries_Connection">Connection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the connection template which applies
to whole set of data points of series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionFill" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionFill">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionFill.html#C1_WPF_C1Chart_DataSeries_ConnectionFill">ConnectionFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the connection fill brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionStroke" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionStroke">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionStroke.html#C1_WPF_C1Chart_DataSeries_ConnectionStroke">ConnectionStroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the connection outline brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionStrokeDashes" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionStrokeDashes">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionStrokeDashes.html#C1_WPF_C1Chart_DataSeries_ConnectionStrokeDashes">ConnectionStrokeDashes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dash pattern of connection stroke.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionStrokeThickness" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionStrokeThickness">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionStrokeThickness.html#C1_WPF_C1Chart_DataSeries_ConnectionStrokeThickness">ConnectionStrokeThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the connection outline thickness.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ConnectionStyle" data-uid="C1.WPF.C1Chart.DataSeries.ConnectionStyle">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ConnectionStyle.html#C1_WPF_C1Chart_DataSeries_ConnectionStyle">ConnectionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of connection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_Display" data-uid="C1.WPF.C1Chart.DataSeries.Display">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.Display.html#C1_WPF_C1Chart_DataSeries_Display">Display</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data series display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ItemsSource" data-uid="C1.WPF.C1Chart.DataSeries.ItemsSource">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ItemsSource.html#C1_WPF_C1Chart_DataSeries_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets items source of data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_Label" data-uid="C1.WPF.C1Chart.DataSeries.Label">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.Label.html#C1_WPF_C1Chart_DataSeries_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text label of data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_PointLabelTemplate" data-uid="C1.WPF.C1Chart.DataSeries.PointLabelTemplate">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.PointLabelTemplate.html#C1_WPF_C1Chart_DataSeries_PointLabelTemplate">PointLabelTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for data point label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_PointTooltipTemplate" data-uid="C1.WPF.C1Chart.DataSeries.PointTooltipTemplate">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.PointTooltipTemplate.html#C1_WPF_C1Chart_DataSeries_PointTooltipTemplate">PointTooltipTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for data point tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_RenderMode" data-uid="C1.WPF.C1Chart.DataSeries.RenderMode">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.RenderMode.html#C1_WPF_C1Chart_DataSeries_RenderMode">RenderMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the render mode for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SelectedItemLabelTemplate" data-uid="C1.WPF.C1Chart.DataSeries.SelectedItemLabelTemplate">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SelectedItemLabelTemplate.html#C1_WPF_C1Chart_DataSeries_SelectedItemLabelTemplate">SelectedItemLabelTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the label template for selected plot element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SelectedItemStyle" data-uid="C1.WPF.C1Chart.DataSeries.SelectedItemStyle">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SelectedItemStyle.html#C1_WPF_C1Chart_DataSeries_SelectedItemStyle">SelectedItemStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style for selected plot element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_Symbol" data-uid="C1.WPF.C1Chart.DataSeries.Symbol">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.Symbol.html#C1_WPF_C1Chart_DataSeries_Symbol">Symbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol template which applies
to the each data point of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolFill" data-uid="C1.WPF.C1Chart.DataSeries.SymbolFill">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolFill.html#C1_WPF_C1Chart_DataSeries_SymbolFill">SymbolFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol fill brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolMarker" data-uid="C1.WPF.C1Chart.DataSeries.SymbolMarker">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolMarker.html#C1_WPF_C1Chart_DataSeries_SymbolMarker">SymbolMarker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol marker.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolSize" data-uid="C1.WPF.C1Chart.DataSeries.SymbolSize">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolSize.html#C1_WPF_C1Chart_DataSeries_SymbolSize">SymbolSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol size in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolStroke" data-uid="C1.WPF.C1Chart.DataSeries.SymbolStroke">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolStroke.html#C1_WPF_C1Chart_DataSeries_SymbolStroke">SymbolStroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol outline brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolStrokeDashes" data-uid="C1.WPF.C1Chart.DataSeries.SymbolStrokeDashes">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolStrokeDashes.html#C1_WPF_C1Chart_DataSeries_SymbolStrokeDashes">SymbolStrokeDashes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dash pattern of symbol stroke.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolStrokeThickness" data-uid="C1.WPF.C1Chart.DataSeries.SymbolStrokeThickness">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolStrokeThickness.html#C1_WPF_C1Chart_DataSeries_SymbolStrokeThickness">SymbolStrokeThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol outline thickness.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_SymbolStyle" data-uid="C1.WPF.C1Chart.DataSeries.SymbolStyle">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.SymbolStyle.html#C1_WPF_C1Chart_DataSeries_SymbolStyle">SymbolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ValueBinding" data-uid="C1.WPF.C1Chart.DataSeries.ValueBinding">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ValueBinding.html#C1_WPF_C1Chart_DataSeries_ValueBinding">ValueBinding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_Values" data-uid="C1.WPF.C1Chart.DataSeries.Values">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.Values.html#C1_WPF_C1Chart_DataSeries_Values">Values</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data values collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ValuesSource" data-uid="C1.WPF.C1Chart.DataSeries.ValuesSource">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ValuesSource.html#C1_WPF_C1Chart_DataSeries_ValuesSource">ValuesSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data values source.</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_WPF_C1Chart_DataSeries_AggregateValues_System_Double_0__0___" data-uid="C1.WPF.C1Chart.DataSeries.AggregateValues(System.Double[0:,0:])">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.AggregateValues.html#C1_WPF_C1Chart_DataSeries_AggregateValues_System_Double_0__0___">AggregateValues(double[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs data aggregation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_GetDataValue_System_String_System_Int32_" data-uid="C1.WPF.C1Chart.DataSeries.GetDataValue(System.String,System.Int32)">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.GetDataValue.html#C1_WPF_C1Chart_DataSeries_GetDataValue_System_String_System_Int32_">GetDataValue(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data value with specified name at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_Invalidate" data-uid="C1.WPF.C1Chart.DataSeries.Invalidate">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.Invalidate.html#C1_WPF_C1Chart_DataSeries_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Forces the data series repainting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_IsTimeData_System_Collections_Generic_List_System_Object__" data-uid="C1.WPF.C1Chart.DataSeries.IsTimeData(System.Collections.Generic.List{System.Object})">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.IsTimeData.html#C1_WPF_C1Chart_DataSeries_IsTimeData_System_Collections_Generic_List_System_Object__">IsTimeData(List&lt;object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Whether the list is time-values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_OnChangeValues_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.C1Chart.DataSeries.OnChangeValues(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.OnChangeValues.html#C1_WPF_C1Chart_DataSeries_OnChangeValues_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_">OnChangeValues(DependencyObject, DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles change values notification.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_OnItemsSourceChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.C1Chart.DataSeries.OnItemsSourceChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.OnItemsSourceChanged.html#C1_WPF_C1Chart_DataSeries_OnItemsSourceChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnItemsSourceChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after items source was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.C1Chart.DataSeries.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.OnPropertyChanged.html#C1_WPF_C1Chart_DataSeries_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when dependency property was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_OnSeriesChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.C1Chart.DataSeries.OnSeriesChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.OnSeriesChanged.html#C1_WPF_C1Chart_DataSeries_OnSeriesChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_">OnSeriesChanged(DependencyObject, DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when series was changed</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ProcessValues_System_Double_0__0___" data-uid="C1.WPF.C1Chart.DataSeries.ProcessValues(System.Double[0:,0:])">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ProcessValues.html#C1_WPF_C1Chart_DataSeries_ProcessValues_System_Double_0__0___">ProcessValues(double[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Performs additional processing of data values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_ToString" data-uid="C1.WPF.C1Chart.DataSeries.ToString">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.ToString.html#C1_WPF_C1Chart_DataSeries_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns string representation of the data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_UpdateLabelPosition_C1_WPF_C1Chart_PlotElement_System_Windows_FrameworkElement_" data-uid="C1.WPF.C1Chart.DataSeries.UpdateLabelPosition(C1.WPF.C1Chart.PlotElement,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.UpdateLabelPosition.html#C1_WPF_C1Chart_DataSeries_UpdateLabelPosition_C1_WPF_C1Chart_PlotElement_System_Windows_FrameworkElement_">UpdateLabelPosition(PlotElement, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates label position.</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_WPF_C1Chart_DataSeries_PlotElementLoaded" data-uid="C1.WPF.C1Chart.DataSeries.PlotElementLoaded">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.PlotElementLoaded.html">PlotElementLoaded</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when plot element associated with this data series is loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataSeries_PlotElementUnloaded" data-uid="C1.WPF.C1Chart.DataSeries.PlotElementUnloaded">
          <a class="xref" href="C1.WPF.C1Chart.DataSeries.PlotElementUnloaded.html">PlotElementUnloaded</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when plot element associated with this data series is unloaded.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
