# GrapeCity.ActiveReports.Chart.Series

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_Series" data-uid="GrapeCity.ActiveReports.Chart.Series" class="text-break">Series Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for the Series object.</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Chart.DrawCustomizableItem.html">DrawCustomizableItem</a></div>
    <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledItem.html">MouseEnabledItem</a></div>
    <div class="level4"><a class="xref" href="GrapeCity.ActiveReports.Chart.MouseEnabledComponent.html">MouseEnabledComponent</a></div>
    <div class="level5"><span class="xref">Series</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.ICustomDrawer.html">ICustomDrawer</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IMouseEnabled.html">IMouseEnabled</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.Graphics.IMouseHandler.html">IMouseHandler</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.INamedComponent.html">INamedComponent</a></div>
    <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="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Series_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof())]
public sealed class Series : MouseEnabledComponent, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, 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="GrapeCity_ActiveReports_Chart_Series__ctor" data-uid="GrapeCity.ActiveReports.Chart.Series.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.-ctor.html#GrapeCity_ActiveReports_Chart_Series__ctor">Series()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates default series</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Series.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.-ctor.html#GrapeCity_ActiveReports_Chart_Series__ctor_System_String_">Series(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Series.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.-ctor.html#GrapeCity_ActiveReports_Chart_Series__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">Series(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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="GrapeCity_ActiveReports_Chart_Series_Annotations" data-uid="GrapeCity.ActiveReports.Chart.Series.Annotations">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Annotations.html#GrapeCity_ActiveReports_Chart_Series_Annotations">Annotations</a>
        </td>
        <td class="markdown level1 summary"><p>Series' annotations</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_AxisX" data-uid="GrapeCity.ActiveReports.Chart.Series.AxisX">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.AxisX.html#GrapeCity_ActiveReports_Chart_Series_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Specified X axis</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_AxisY" data-uid="GrapeCity.ActiveReports.Chart.Series.AxisY">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.AxisY.html#GrapeCity_ActiveReports_Chart_Series_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>On which axis layer will be based vertically</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Backdrop" data-uid="GrapeCity.ActiveReports.Chart.Series.Backdrop">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Backdrop.html#GrapeCity_ActiveReports_Chart_Series_Backdrop">Backdrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the backdrop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_BorderLine" data-uid="GrapeCity.ActiveReports.Chart.Series.BorderLine">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.BorderLine.html#GrapeCity_ActiveReports_Chart_Series_BorderLine">BorderLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_ChartArea" data-uid="GrapeCity.ActiveReports.Chart.Series.ChartArea">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.ChartArea.html#GrapeCity_ActiveReports_Chart_Series_ChartArea">ChartArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_ChartConfig" data-uid="GrapeCity.ActiveReports.Chart.Series.ChartConfig">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.ChartConfig.html#GrapeCity_ActiveReports_Chart_Series_ChartConfig">ChartConfig</a>
        </td>
        <td class="markdown level1 summary"><p>gets config data for current chart type</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_ColorPalette" data-uid="GrapeCity.ActiveReports.Chart.Series.ColorPalette">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.ColorPalette.html#GrapeCity_ActiveReports_Chart_Series_ColorPalette">ColorPalette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color palette.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_DisplayInLegend" data-uid="GrapeCity.ActiveReports.Chart.Series.DisplayInLegend">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.DisplayInLegend.html#GrapeCity_ActiveReports_Chart_Series_DisplayInLegend">DisplayInLegend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the item should be displayed in legend.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Legend" data-uid="GrapeCity.ActiveReports.Chart.Series.Legend">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Legend.html#GrapeCity_ActiveReports_Chart_Series_Legend">Legend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_LegendItemsMode" data-uid="GrapeCity.ActiveReports.Chart.Series.LegendItemsMode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.LegendItemsMode.html#GrapeCity_ActiveReports_Chart_Series_LegendItemsMode">LegendItemsMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend items mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_LegendText" data-uid="GrapeCity.ActiveReports.Chart.Series.LegendText">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.LegendText.html#GrapeCity_ActiveReports_Chart_Series_LegendText">LegendText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Line" data-uid="GrapeCity.ActiveReports.Chart.Series.Line">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Line.html#GrapeCity_ActiveReports_Chart_Series_Line">Line</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Marker" data-uid="GrapeCity.ActiveReports.Chart.Series.Marker">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Marker.html#GrapeCity_ActiveReports_Chart_Series_Marker">Marker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Name" data-uid="GrapeCity.ActiveReports.Chart.Series.Name">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Name.html#GrapeCity_ActiveReports_Chart_Series_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Points" data-uid="GrapeCity.ActiveReports.Chart.Series.Points">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Points.html#GrapeCity_ActiveReports_Chart_Series_Points">Points</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Properties" data-uid="GrapeCity.ActiveReports.Chart.Series.Properties">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Properties.html#GrapeCity_ActiveReports_Chart_Series_Properties">Properties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Tooltip" data-uid="GrapeCity.ActiveReports.Chart.Series.Tooltip">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Tooltip.html#GrapeCity_ActiveReports_Chart_Series_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Type" data-uid="GrapeCity.ActiveReports.Chart.Series.Type">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Type.html#GrapeCity_ActiveReports_Chart_Series_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the series's chart type</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_ValueMemberX" data-uid="GrapeCity.ActiveReports.Chart.Series.ValueMemberX">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.ValueMemberX.html#GrapeCity_ActiveReports_Chart_Series_ValueMemberX">ValueMemberX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the binding formula for the X values in the series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_ValueMembersY" data-uid="GrapeCity.ActiveReports.Chart.Series.ValueMembersY">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.ValueMembersY.html#GrapeCity_ActiveReports_Chart_Series_ValueMembersY">ValueMembersY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the binding formula for the Y values in the series.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Visible" data-uid="GrapeCity.ActiveReports.Chart.Series.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Visible.html#GrapeCity_ActiveReports_Chart_Series_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets layer's visibility.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_ZOrder" data-uid="GrapeCity.ActiveReports.Chart.Series.ZOrder">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.ZOrder.html#GrapeCity_ActiveReports_Chart_Series_ZOrder">ZOrder</a>
        </td>
        <td class="markdown level1 summary"><p>z position of layer's plane on chart space</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="GrapeCity_ActiveReports_Chart_Series_CheckPropertiesValidityImpl_GrapeCity_ActiveReports_Chart_ISharpGraph_" data-uid="GrapeCity.ActiveReports.Chart.Series.CheckPropertiesValidityImpl(GrapeCity.ActiveReports.Chart.ISharpGraph)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.CheckPropertiesValidityImpl.html#GrapeCity_ActiveReports_Chart_Series_CheckPropertiesValidityImpl_GrapeCity_ActiveReports_Chart_ISharpGraph_">CheckPropertiesValidityImpl(ISharpGraph)</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        This member overrides 
</code></pre>
<pre><code class="lang-csharp">Item.CheckPropertiesValidityImpl</code></pre>
<p>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_Clone" data-uid="GrapeCity.ActiveReports.Chart.Series.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.Clone.html#GrapeCity_ActiveReports_Chart_Series_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        This member overrides 
</code></pre>
<pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_NeedMouseHandling" data-uid="GrapeCity.ActiveReports.Chart.Series.NeedMouseHandling">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.NeedMouseHandling.html#GrapeCity_ActiveReports_Chart_Series_NeedMouseHandling">NeedMouseHandling()</a>
        </td>
        <td class="markdown level1 summary"><p>Needs the mouse handling.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_OnMouseHover_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.Series.OnMouseHover(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.OnMouseHover.html#GrapeCity_ActiveReports_Chart_Series_OnMouseHover_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseHover(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseHover</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_OnMouseLeave_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.Series.OnMouseLeave(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.OnMouseLeave.html#GrapeCity_ActiveReports_Chart_Series_OnMouseLeave_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseLeave(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseLeave</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_OnMouseMove_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_" data-uid="GrapeCity.ActiveReports.Chart.Series.OnMouseMove(GrapeCity.ActiveReports.Chart.GraphMouseEventArgs)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.OnMouseMove.html#GrapeCity_ActiveReports_Chart_Series_OnMouseMove_GrapeCity_ActiveReports_Chart_GraphMouseEventArgs_">OnMouseMove(GraphMouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the <span class="xref">MouseMove</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Series_ShouldSerializePoints" data-uid="GrapeCity.ActiveReports.Chart.Series.ShouldSerializePoints">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Series.ShouldSerializePoints.html#GrapeCity_ActiveReports_Chart_Series_ShouldSerializePoints">ShouldSerializePoints()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is called by serializer using reflection</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
