# C1.Win.FlexReport.Chart.ChartUnboundDataSeries

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartUnboundDataSeries" data-uid="C1.Win.FlexReport.Chart.ChartUnboundDataSeries" class="text-break">ChartUnboundDataSeries Class
</h1>
  <div class="markdown level0 summary"><p>Represents a chart unbound data series definition.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><a class="xref" href="C1.Win.FlexReport.Chart.ChartDataSeries.html">ChartDataSeries</a></div>
    <div class="level3"><span class="xref">ChartUnboundDataSeries</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartUnboundDataSeries_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartUnboundDataSeries : ChartDataSeries, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartUnboundDataSeries
    Inherits ChartDataSeries
    Implements INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartUnboundDataSeries__ctor" data-uid="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.#ctor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.-ctor.html#C1_Win_FlexReport_Chart_ChartUnboundDataSeries__ctor">ChartUnboundDataSeries()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartUnboundDataSeries_X" data-uid="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.X">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.X.html#C1_Win_FlexReport_Chart_ChartUnboundDataSeries_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array that manages X data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartUnboundDataSeries_Y" data-uid="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y.html#C1_Win_FlexReport_Chart_ChartUnboundDataSeries_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array that manages Y data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartUnboundDataSeries_Y1" data-uid="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y1">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y1.html#C1_Win_FlexReport_Chart_ChartUnboundDataSeries_Y1">Y1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array that manages Y1 data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartUnboundDataSeries_Y2" data-uid="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y2">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y2.html#C1_Win_FlexReport_Chart_ChartUnboundDataSeries_Y2">Y2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array that manages Y2 data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartUnboundDataSeries_Y3" data-uid="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y3">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.Y3.html#C1_Win_FlexReport_Chart_ChartUnboundDataSeries_Y3">Y3</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array that manages Y3 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_Win_FlexReport_Chart_ChartUnboundDataSeries_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.AssignFrom.html#C1_Win_FlexReport_Chart_ChartUnboundDataSeries_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartUnboundDataSeries_GetChartGroup" data-uid="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.GetChartGroup">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartUnboundDataSeries.GetChartGroup.html#C1_Win_FlexReport_Chart_ChartUnboundDataSeries_GetChartGroup">GetChartGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal used only. Gets the chart group which contains this data series.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
