# C1.WPF.Chart.Series

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Series" data-uid="C1.WPF.Chart.Series" class="text-break">Series Class
</h1>
  <div class="markdown level0 summary"><p>Represents data series.</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"><span class="xref">Series</span></div>
      <div class="level4"><a class="xref" href="C1.WPF.Chart.BoxWhisker.html">BoxWhisker</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.Chart.BreakEven.html">BreakEven</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.Chart.ErrorBar.html">ErrorBar</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.Chart.Histogram.html">Histogram</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.Chart.RadarSeries.html">RadarSeries</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.Chart.RangedHistogram.html">RangedHistogram</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.Chart.TrendLine.html">TrendLine</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.Chart.Waterfall.html">Waterfall</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">ISeries</span></div>
    <div><span class="xref">IStyleProvider</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">IValueProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.html">C1.WPF.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexChart.4.6.2.dll</h6>
  <h5 id="C1_WPF_Chart_Series_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Series : DependencyObject, ISeries, IStyleProvider, IDisposable, IValueProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Series
    Inherits DependencyObject
    Implements ISeries, IStyleProvider, IDisposable, IValueProvider</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_WPF_Chart_Series__ctor" data-uid="C1.WPF.Chart.Series.#ctor">
          <a class="xref" href="C1.WPF.Chart.Series.-ctor.html#C1_WPF_Chart_Series__ctor">Series()</a>
        </td>
        <td class="markdown level1 summary"></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_Chart_Series_AltStyleProperty" data-uid="C1.WPF.Chart.Series.AltStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Series.AltStyleProperty.html">AltStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AltStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_BindingProperty" data-uid="C1.WPF.Chart.Series.BindingProperty">
          <a class="xref" href="C1.WPF.Chart.Series.BindingProperty.html">BindingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Binding dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_BindingXProperty" data-uid="C1.WPF.Chart.Series.BindingXProperty">
          <a class="xref" href="C1.WPF.Chart.Series.BindingXProperty.html">BindingXProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the BindingX dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_ChartTypeProperty" data-uid="C1.WPF.Chart.Series.ChartTypeProperty">
          <a class="xref" href="C1.WPF.Chart.Series.ChartTypeProperty.html">ChartTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ChartType dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_DataLabelProperty" data-uid="C1.WPF.Chart.Series.DataLabelProperty">
          <a class="xref" href="C1.WPF.Chart.Series.DataLabelProperty.html">DataLabelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the DataLabel dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_IsHitTestVisibleProperty" data-uid="C1.WPF.Chart.Series.IsHitTestVisibleProperty">
          <a class="xref" href="C1.WPF.Chart.Series.IsHitTestVisibleProperty.html">IsHitTestVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the IsHitTestVisible dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_ItemsSourceProperty" data-uid="C1.WPF.Chart.Series.ItemsSourceProperty">
          <a class="xref" href="C1.WPF.Chart.Series.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ItemsSource dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_LegendGroupProperty" data-uid="C1.WPF.Chart.Series.LegendGroupProperty">
          <a class="xref" href="C1.WPF.Chart.Series.LegendGroupProperty.html">LegendGroupProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendGroup property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_StackingGroupProperty" data-uid="C1.WPF.Chart.Series.StackingGroupProperty">
          <a class="xref" href="C1.WPF.Chart.Series.StackingGroupProperty.html">StackingGroupProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the StackingGroup property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_StyleProperty" data-uid="C1.WPF.Chart.Series.StyleProperty">
          <a class="xref" href="C1.WPF.Chart.Series.StyleProperty.html">StyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Style dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_SymbolMarkerProperty" data-uid="C1.WPF.Chart.Series.SymbolMarkerProperty">
          <a class="xref" href="C1.WPF.Chart.Series.SymbolMarkerProperty.html">SymbolMarkerProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolMarker dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_SymbolSizeProperty" data-uid="C1.WPF.Chart.Series.SymbolSizeProperty">
          <a class="xref" href="C1.WPF.Chart.Series.SymbolSizeProperty.html">SymbolSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolSize dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_SymbolStyleProperty" data-uid="C1.WPF.Chart.Series.SymbolStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Series.SymbolStyleProperty.html">SymbolStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the SymbolStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_TooltipProperty" data-uid="C1.WPF.Chart.Series.TooltipProperty">
          <a class="xref" href="C1.WPF.Chart.Series.TooltipProperty.html">TooltipProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Tooltip property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_VisibilityProperty" data-uid="C1.WPF.Chart.Series.VisibilityProperty">
          <a class="xref" href="C1.WPF.Chart.Series.VisibilityProperty.html">VisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Visibility dependency property.</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_Chart_Series_ActualBinding" data-uid="C1.WPF.Chart.Series.ActualBinding">
          <a class="xref" href="C1.WPF.Chart.Series.ActualBinding.html#C1_WPF_Chart_Series_ActualBinding">ActualBinding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_ActualBindingX" data-uid="C1.WPF.Chart.Series.ActualBindingX">
          <a class="xref" href="C1.WPF.Chart.Series.ActualBindingX.html#C1_WPF_Chart_Series_ActualBindingX">ActualBindingX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual x-binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_ActualChart" data-uid="C1.WPF.Chart.Series.ActualChart">
          <a class="xref" href="C1.WPF.Chart.Series.ActualChart.html#C1_WPF_Chart_Series_ActualChart">ActualChart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_ActualItemsSource" data-uid="C1.WPF.Chart.Series.ActualItemsSource">
          <a class="xref" href="C1.WPF.Chart.Series.ActualItemsSource.html#C1_WPF_Chart_Series_ActualItemsSource">ActualItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual items source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_AltStyle" data-uid="C1.WPF.Chart.Series.AltStyle">
          <a class="xref" href="C1.WPF.Chart.Series.AltStyle.html#C1_WPF_Chart_Series_AltStyle">AltStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alternative series style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_AxisX" data-uid="C1.WPF.Chart.Series.AxisX">
          <a class="xref" href="C1.WPF.Chart.Series.AxisX.html#C1_WPF_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_WPF_Chart_Series_AxisY" data-uid="C1.WPF.Chart.Series.AxisY">
          <a class="xref" href="C1.WPF.Chart.Series.AxisY.html#C1_WPF_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_WPF_Chart_Series_Binding" data-uid="C1.WPF.Chart.Series.Binding">
          <a class="xref" href="C1.WPF.Chart.Series.Binding.html#C1_WPF_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_WPF_Chart_Series_BindingX" data-uid="C1.WPF.Chart.Series.BindingX">
          <a class="xref" href="C1.WPF.Chart.Series.BindingX.html#C1_WPF_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_WPF_Chart_Series_ChartType" data-uid="C1.WPF.Chart.Series.ChartType">
          <a class="xref" href="C1.WPF.Chart.Series.ChartType.html#C1_WPF_Chart_Series_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_DataLabel" data-uid="C1.WPF.Chart.Series.DataLabel">
          <a class="xref" href="C1.WPF.Chart.Series.DataLabel.html#C1_WPF_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_WPF_Chart_Series_HasCustomSymbol" data-uid="C1.WPF.Chart.Series.HasCustomSymbol">
          <a class="xref" href="C1.WPF.Chart.Series.HasCustomSymbol.html#C1_WPF_Chart_Series_HasCustomSymbol">HasCustomSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Whether the custom symbol rendering involved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_IsHitTestVisible" data-uid="C1.WPF.Chart.Series.IsHitTestVisible">
          <a class="xref" href="C1.WPF.Chart.Series.IsHitTestVisible.html#C1_WPF_Chart_Series_IsHitTestVisible">IsHitTestVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the series is visible for hit testing methods.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_ItemsSource" data-uid="C1.WPF.Chart.Series.ItemsSource">
          <a class="xref" href="C1.WPF.Chart.Series.ItemsSource.html#C1_WPF_Chart_Series_ItemsSource">ItemsSource</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_WPF_Chart_Series_LegendGroup" data-uid="C1.WPF.Chart.Series.LegendGroup">
          <a class="xref" href="C1.WPF.Chart.Series.LegendGroup.html#C1_WPF_Chart_Series_LegendGroup">LegendGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the legend group for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_MemberPaths" data-uid="C1.WPF.Chart.Series.MemberPaths">
          <a class="xref" href="C1.WPF.Chart.Series.MemberPaths.html#C1_WPF_Chart_Series_MemberPaths">MemberPaths</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of member bindings for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_SeriesName" data-uid="C1.WPF.Chart.Series.SeriesName">
          <a class="xref" href="C1.WPF.Chart.Series.SeriesName.html#C1_WPF_Chart_Series_SeriesName">SeriesName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series display name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_StackingGroup" data-uid="C1.WPF.Chart.Series.StackingGroup">
          <a class="xref" href="C1.WPF.Chart.Series.StackingGroup.html#C1_WPF_Chart_Series_StackingGroup">StackingGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group index for series, only effect in bar and column chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_Style" data-uid="C1.WPF.Chart.Series.Style">
          <a class="xref" href="C1.WPF.Chart.Series.Style.html#C1_WPF_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_WPF_Chart_Series_SymbolMarker" data-uid="C1.WPF.Chart.Series.SymbolMarker">
          <a class="xref" href="C1.WPF.Chart.Series.SymbolMarker.html#C1_WPF_Chart_Series_SymbolMarker">SymbolMarker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shape of marker to use for each data point in the series.
Applies to Scatter, LineSymbols, and SplineSymbols chart types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_SymbolSize" data-uid="C1.WPF.Chart.Series.SymbolSize">
          <a class="xref" href="C1.WPF.Chart.Series.SymbolSize.html#C1_WPF_Chart_Series_SymbolSize">SymbolSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size(in pixels) of the symbols used to render this Series.
Applies to Scatter, LineSymbols, and SplineSymbols chart types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_SymbolStyle" data-uid="C1.WPF.Chart.Series.SymbolStyle">
          <a class="xref" href="C1.WPF.Chart.Series.SymbolStyle.html#C1_WPF_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_WPF_Chart_Series_Tooltip" data-uid="C1.WPF.Chart.Series.Tooltip">
          <a class="xref" href="C1.WPF.Chart.Series.Tooltip.html#C1_WPF_Chart_Series_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip template string for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_Visibility" data-uid="C1.WPF.Chart.Series.Visibility">
          <a class="xref" href="C1.WPF.Chart.Series.Visibility.html#C1_WPF_Chart_Series_Visibility">Visibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series visibility.</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_Chart_Series_Dispose" data-uid="C1.WPF.Chart.Series.Dispose">
          <a class="xref" href="C1.WPF.Chart.Series.Dispose.html#C1_WPF_Chart_Series_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Disposes resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_GetChartType" data-uid="C1.WPF.Chart.Series.GetChartType">
          <a class="xref" href="C1.WPF.Chart.Series.GetChartType.html#C1_WPF_Chart_Series_GetChartType">GetChartType()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets actual chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_GetDataRect_C1_Chart__Rect_" data-uid="C1.WPF.Chart.Series.GetDataRect(C1.Chart._Rect)">
          <a class="xref" href="C1.WPF.Chart.Series.GetDataRect.html#C1_WPF_Chart_Series_GetDataRect_C1_Chart__Rect_">GetDataRect(_Rect)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns bounding data rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_GetItem_System_Int32_" data-uid="C1.WPF.Chart.Series.GetItem(System.Int32)">
          <a class="xref" href="C1.WPF.Chart.Series.GetItem.html#C1_WPF_Chart_Series_GetItem_System_Int32_">GetItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets data item by its index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_GetStyle_System_String_" data-uid="C1.WPF.Chart.Series.GetStyle(System.String)">
          <a class="xref" href="C1.WPF.Chart.Series.GetStyle.html#C1_WPF_Chart_Series_GetStyle_System_String_">GetStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style by its name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_GetValues_System_Int32_" data-uid="C1.WPF.Chart.Series.GetValues(System.Int32)">
          <a class="xref" href="C1.WPF.Chart.Series.GetValues.html#C1_WPF_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_WPF_Chart_Series_HitTest_System_Windows_Point_System_Boolean_" data-uid="C1.WPF.Chart.Series.HitTest(System.Windows.Point,System.Boolean)">
          <a class="xref" href="C1.WPF.Chart.Series.HitTest.html#C1_WPF_Chart_Series_HitTest_System_Windows_Point_System_Boolean_">HitTest(Point, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs hit testing for the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_Invalidate" data-uid="C1.WPF.Chart.Series.Invalidate">
          <a class="xref" href="C1.WPF.Chart.Series.Invalidate.html#C1_WPF_Chart_Series_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_OnDataLabelChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Chart.Series.OnDataLabelChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Chart.Series.OnDataLabelChanged.html#C1_WPF_Chart_Series_OnDataLabelChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_">OnDataLabelChanged(DependencyObject, DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_OnItemsSourceChanged" data-uid="C1.WPF.Chart.Series.OnItemsSourceChanged">
          <a class="xref" href="C1.WPF.Chart.Series.OnItemsSourceChanged.html#C1_WPF_Chart_Series_OnItemsSourceChanged">OnItemsSourceChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when items source changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_OnPropertyChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Chart.Series.OnPropertyChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Chart.Series.OnPropertyChanged.html#C1_WPF_Chart_Series_OnPropertyChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_OnRendered_C1_Chart_IRenderEngine_" data-uid="C1.WPF.Chart.Series.OnRendered(C1.Chart.IRenderEngine)">
          <a class="xref" href="C1.WPF.Chart.Series.OnRendered.html#C1_WPF_Chart_Series_OnRendered_C1_Chart_IRenderEngine_">OnRendered(IRenderEngine)</a>
        </td>
        <td class="markdown level1 summary"><p>Called after series was rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_OnRendering_C1_Chart_IRenderEngine_" data-uid="C1.WPF.Chart.Series.OnRendering(C1.Chart.IRenderEngine)">
          <a class="xref" href="C1.WPF.Chart.Series.OnRendering.html#C1_WPF_Chart_Series_OnRendering_C1_Chart_IRenderEngine_">OnRendering(IRenderEngine)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when series is rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_OnSymbolRendered_C1_Chart_IRenderEngine_System_Int32_System_Double_System_Double_" data-uid="C1.WPF.Chart.Series.OnSymbolRendered(C1.Chart.IRenderEngine,System.Int32,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.Chart.Series.OnSymbolRendered.html#C1_WPF_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 when symbol was rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_OnSymbolRendering_C1_Chart_IRenderEngine_System_Int32_System_Double_System_Double_" data-uid="C1.WPF.Chart.Series.OnSymbolRendering(C1.Chart.IRenderEngine,System.Int32,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.Chart.Series.OnSymbolRendering.html#C1_WPF_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_WPF_Chart_Series_OnVisiblityChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Chart.Series.OnVisiblityChanged(System.Windows.DependencyObject,System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Chart.Series.OnVisiblityChanged.html#C1_WPF_Chart_Series_OnVisiblityChanged_System_Windows_DependencyObject_System_Windows_DependencyPropertyChangedEventArgs_">OnVisiblityChanged(DependencyObject, DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_SetStyle_C1_Chart__Style_System_String_" data-uid="C1.WPF.Chart.Series.SetStyle(C1.Chart._Style,System.String)">
          <a class="xref" href="C1.WPF.Chart.Series.SetStyle.html#C1_WPF_Chart_Series_SetStyle_C1_Chart__Style_System_String_">SetStyle(_Style, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets chart style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_ToString" data-uid="C1.WPF.Chart.Series.ToString">
          <a class="xref" href="C1.WPF.Chart.Series.ToString.html#C1_WPF_Chart_Series_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the string that represents the current series.</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_Chart_Series_SymbolRendered" data-uid="C1.WPF.Chart.Series.SymbolRendered">
          <a class="xref" href="C1.WPF.Chart.Series.SymbolRendered.html">SymbolRendered</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after rendering symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Series_SymbolRendering" data-uid="C1.WPF.Chart.Series.SymbolRendering">
          <a class="xref" href="C1.WPF.Chart.Series.SymbolRendering.html">SymbolRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Fires before rendering symbol.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
