# C1.Report.FlexChart.Series

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_FlexChart_Series" data-uid="C1.Report.FlexChart.Series" class="text-break">Series Class
</h1>
  <div class="markdown level0 summary"><p>Represents series in the <a class="xref" href="C1.Report.FlexChartField.html">FlexChartField</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">OwnedObject</span></div>
    <div class="level2"><a class="xref" href="C1.Report.FlexChart.ChartObject.html">ChartObject</a></div>
    <div class="level3"><a class="xref" href="C1.Report.FlexChart.ChartNamedObject.html">ChartNamedObject</a></div>
    <div class="level4"><span class="xref">Series</span></div>
      <div class="level5"><a class="xref" href="C1.Report.FlexChart.RadarSeries.html">RadarSeries</a></div>
      <div class="level5"><a class="xref" href="C1.Report.FlexChart.TrendLine.html">TrendLine</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Report.IScriptContextProvider.html">IScriptContextProvider</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.FlexChart.html">C1.Report.FlexChart</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_FlexChart_Series_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Series : ChartNamedObject, IScriptContextProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Series
    Inherits ChartNamedObject
    Implements IScriptContextProvider</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_Report_FlexChart_Series__ctor" data-uid="C1.Report.FlexChart.Series.#ctor">
          <a class="xref" href="C1.Report.FlexChart.Series.-ctor.html#C1_Report_FlexChart_Series__ctor">Series()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of the <a class="xref" href="C1.Report.FlexChart.Series.html">Series</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_FlexChart_Series_AltStyle" data-uid="C1.Report.FlexChart.Series.AltStyle">
          <a class="xref" href="C1.Report.FlexChart.Series.AltStyle.html#C1_Report_FlexChart_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_Report_FlexChart_Series_ChartType" data-uid="C1.Report.FlexChart.Series.ChartType">
          <a class="xref" href="C1.Report.FlexChart.Series.ChartType.html#C1_Report_FlexChart_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_Report_FlexChart_Series_DataSourceName" data-uid="C1.Report.FlexChart.Series.DataSourceName">
          <a class="xref" href="C1.Report.FlexChart.Series.DataSourceName.html#C1_Report_FlexChart_Series_DataSourceName">DataSourceName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the data source for the series.
The name must match the name of a data source in the report's DataSources collection.</p>
<p>Empty string indicates that the <span class="xref">C1.Report.FlexChartField.ChartData.DataSource</span> will be used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_Field" data-uid="C1.Report.FlexChart.Series.Field">
          <a class="xref" href="C1.Report.FlexChart.Series.Field.html#C1_Report_FlexChart_Series_Field">Field</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Report.FlexChartFieldBase.html">FlexChartFieldBase</a> containing this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_HasYExpressions" data-uid="C1.Report.FlexChart.Series.HasYExpressions">
          <a class="xref" href="C1.Report.FlexChart.Series.HasYExpressions.html#C1_Report_FlexChart_Series_HasYExpressions">HasYExpressions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether <a class="xref" href="C1.Report.FlexChart.Series.YExpressions.html#C1_Report_FlexChart_Series_YExpressions">YExpressions</a> is not empty.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_Hyperlink" data-uid="C1.Report.FlexChart.Series.Hyperlink">
          <a class="xref" href="C1.Report.FlexChart.Series.Hyperlink.html#C1_Report_FlexChart_Series_Hyperlink">Hyperlink</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hyperlink associated with the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_Label" data-uid="C1.Report.FlexChart.Series.Label">
          <a class="xref" href="C1.Report.FlexChart.Series.Label.html#C1_Report_FlexChart_Series_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Report.ScriptStringValue.html">ScriptStringValue</a> yielding the label of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_Style" data-uid="C1.Report.FlexChart.Series.Style">
          <a class="xref" href="C1.Report.FlexChart.Series.Style.html#C1_Report_FlexChart_Series_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_SymbolMarker" data-uid="C1.Report.FlexChart.Series.SymbolMarker">
          <a class="xref" href="C1.Report.FlexChart.Series.SymbolMarker.html#C1_Report_FlexChart_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_Report_FlexChart_Series_SymbolSize" data-uid="C1.Report.FlexChart.Series.SymbolSize">
          <a class="xref" href="C1.Report.FlexChart.Series.SymbolSize.html#C1_Report_FlexChart_Series_SymbolSize">SymbolSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size (in twips) of the symbols used to render this Series.
Applies to Scatter, LineSymbols, and SplineSymbols chart types.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_SymbolStyle" data-uid="C1.Report.FlexChart.Series.SymbolStyle">
          <a class="xref" href="C1.Report.FlexChart.Series.SymbolStyle.html#C1_Report_FlexChart_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_Report_FlexChart_Series_Visibility" data-uid="C1.Report.FlexChart.Series.Visibility">
          <a class="xref" href="C1.Report.FlexChart.Series.Visibility.html#C1_Report_FlexChart_Series_Visibility">Visibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series visibility.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_XExpression" data-uid="C1.Report.FlexChart.Series.XExpression">
          <a class="xref" href="C1.Report.FlexChart.Series.XExpression.html#C1_Report_FlexChart_Series_XExpression">XExpression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an expression used to obtain X data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_Y1Expression" data-uid="C1.Report.FlexChart.Series.Y1Expression">
          <a class="xref" href="C1.Report.FlexChart.Series.Y1Expression.html#C1_Report_FlexChart_Series_Y1Expression">Y1Expression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an expression used to obtain Y1 data for Hi-Lo, Hi-Lo-Open-Close, Candle and Bubble charts.
This property works over <a class="xref" href="C1.Report.FlexChart.Series.YExpressions.html#C1_Report_FlexChart_Series_YExpressions">YExpressions</a> and gets or sets the element with index 1.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_Y2Expression" data-uid="C1.Report.FlexChart.Series.Y2Expression">
          <a class="xref" href="C1.Report.FlexChart.Series.Y2Expression.html#C1_Report_FlexChart_Series_Y2Expression">Y2Expression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an expression used to obtain Y2 data for Hi-Lo, Hi-Lo-Open-Close and Candle charts.
This property works over <a class="xref" href="C1.Report.FlexChart.Series.YExpressions.html#C1_Report_FlexChart_Series_YExpressions">YExpressions</a> and gets or sets the element with index 2.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_Y3Expression" data-uid="C1.Report.FlexChart.Series.Y3Expression">
          <a class="xref" href="C1.Report.FlexChart.Series.Y3Expression.html#C1_Report_FlexChart_Series_Y3Expression">Y3Expression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an expression used to obtain Y3 data for Hi-Lo, Hi-Lo-Open-Close and Candle charts.
This property works over <a class="xref" href="C1.Report.FlexChart.Series.YExpressions.html#C1_Report_FlexChart_Series_YExpressions">YExpressions</a> and gets or sets the element with index 3.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_YExpression" data-uid="C1.Report.FlexChart.Series.YExpression">
          <a class="xref" href="C1.Report.FlexChart.Series.YExpression.html#C1_Report_FlexChart_Series_YExpression">YExpression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an expression used to obtain Y data.
This property works over <a class="xref" href="C1.Report.FlexChart.Series.YExpressions.html#C1_Report_FlexChart_Series_YExpressions">YExpressions</a> and gets or sets the element with index 0.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_YExpressions" data-uid="C1.Report.FlexChart.Series.YExpressions">
          <a class="xref" href="C1.Report.FlexChart.Series.YExpressions.html#C1_Report_FlexChart_Series_YExpressions">YExpressions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an array of expressions used to obtain Y data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Report_FlexChart_Series_AssignFrom_System_Object_" data-uid="C1.Report.FlexChart.Series.AssignFrom(System.Object)">
          <a class="xref" href="C1.Report.FlexChart.Series.AssignFrom.html#C1_Report_FlexChart_Series_AssignFrom_System_Object_">AssignFrom(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.Report.FlexChart.Series.html">Series</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_CreateSame" data-uid="C1.Report.FlexChart.Series.CreateSame">
          <a class="xref" href="C1.Report.FlexChart.Series.CreateSame.html#C1_Report_FlexChart_Series_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates instance of same class as this object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChart_Series_SetOwner_System_Object_" data-uid="C1.Report.FlexChart.Series.SetOwner(System.Object)">
          <a class="xref" href="C1.Report.FlexChart.Series.SetOwner.html#C1_Report_FlexChart_Series_SetOwner_System_Object_">SetOwner(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the owner of the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
