# C1.Report.FlexChartField

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Report_FlexChartField" data-uid="C1.Report.FlexChartField" class="text-break">FlexChartField Class
</h1>
  <div class="markdown level0 summary"><p>Represents a report field with a chart which is implemented using the <b>FlexChart</b> control.</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.Report.ReportObject.html">ReportObject</a></div>
    <div class="level2"><a class="xref" href="C1.Report.VisualReportObject.html">VisualReportObject</a></div>
    <div class="level3"><a class="xref" href="C1.Report.FieldBase.html">FieldBase</a></div>
    <div class="level4"><a class="xref" href="C1.Report.FlexChartFieldBase.html">FlexChartFieldBase</a></div>
    <div class="level5"><span class="xref">FlexChartField</span></div>
      <div class="level6"><a class="xref" href="C1.Report.RadarChartField.html">RadarChartField</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Report.IScriptContextProvider.html">IScriptContextProvider</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_FlexChartField_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FlexChartField : FlexChartFieldBase, IScriptContextProvider, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FlexChartField
    Inherits FlexChartFieldBase
    Implements IScriptContextProvider, ICloneable</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_FlexChartField__ctor" data-uid="C1.Report.FlexChartField.#ctor">
          <a class="xref" href="C1.Report.FlexChartField.-ctor.html#C1_Report_FlexChartField__ctor">FlexChartField()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of the <a class="xref" href="C1.Report.FlexChartField.html">FlexChartField</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_FlexChartField_AxisX" data-uid="C1.Report.FlexChartField.AxisX">
          <a class="xref" href="C1.Report.FlexChartField.AxisX.html#C1_Report_FlexChartField_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_AxisY" data-uid="C1.Report.FlexChartField.AxisY">
          <a class="xref" href="C1.Report.FlexChartField.AxisY.html#C1_Report_FlexChartField_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_CategoryGroups" data-uid="C1.Report.FlexChartField.CategoryGroups">
          <a class="xref" href="C1.Report.FlexChartField.CategoryGroups.html#C1_Report_FlexChartField_CategoryGroups">CategoryGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of category groups which provide labels for X-Axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_ChartType" data-uid="C1.Report.FlexChartField.ChartType">
          <a class="xref" href="C1.Report.FlexChartField.ChartType.html#C1_Report_FlexChartField_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_DataLabel" data-uid="C1.Report.FlexChartField.DataLabel">
          <a class="xref" href="C1.Report.FlexChartField.DataLabel.html#C1_Report_FlexChartField_DataLabel">DataLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart data label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_Options" data-uid="C1.Report.FlexChartField.Options">
          <a class="xref" href="C1.Report.FlexChartField.Options.html#C1_Report_FlexChartField_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets various chart options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_PlotMargin" data-uid="C1.Report.FlexChartField.PlotMargin">
          <a class="xref" href="C1.Report.FlexChartField.PlotMargin.html#C1_Report_FlexChartField_PlotMargin">PlotMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot area margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_Rotated" data-uid="C1.Report.FlexChartField.Rotated">
          <a class="xref" href="C1.Report.FlexChartField.Rotated.html#C1_Report_FlexChartField_Rotated">Rotated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to flip the axes so that
X is vertical and Y is horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_Series" data-uid="C1.Report.FlexChartField.Series">
          <a class="xref" href="C1.Report.FlexChartField.Series.html#C1_Report_FlexChartField_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_SeriesGroups" data-uid="C1.Report.FlexChartField.SeriesGroups">
          <a class="xref" href="C1.Report.FlexChartField.SeriesGroups.html#C1_Report_FlexChartField_SeriesGroups">SeriesGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of optional series group for extra levels of data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_Stacking" data-uid="C1.Report.FlexChartField.Stacking">
          <a class="xref" href="C1.Report.FlexChartField.Stacking.html#C1_Report_FlexChartField_Stacking">Stacking</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data stacking.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_XLabelExpression" data-uid="C1.Report.FlexChartField.XLabelExpression">
          <a class="xref" href="C1.Report.FlexChartField.XLabelExpression.html#C1_Report_FlexChartField_XLabelExpression">XLabelExpression</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an expression used to generate data labels on X axis.</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_FlexChartField_AfterRender" data-uid="C1.Report.FlexChartField.AfterRender">
          <a class="xref" href="C1.Report.FlexChartField.AfterRender.html#C1_Report_FlexChartField_AfterRender">AfterRender()</a>
        </td>
        <td class="markdown level1 summary"><p>Called where report rendering finish.
Can be used to finalize object after rendering.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_AssignFrom_C1_Report_ReportObject_System_Boolean_" data-uid="C1.Report.FlexChartField.AssignFrom(C1.Report.ReportObject,System.Boolean)">
          <a class="xref" href="C1.Report.FlexChartField.AssignFrom.html#C1_Report_FlexChartField_AssignFrom_C1_Report_ReportObject_System_Boolean_">AssignFrom(ReportObject, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.Report.FlexChartField.html">FlexChartField</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_BuildFlexChart_C1_Document_FlexChart_Chart_" data-uid="C1.Report.FlexChartField.BuildFlexChart(C1.Document.FlexChart.Chart)">
          <a class="xref" href="C1.Report.FlexChartField.BuildFlexChart.html#C1_Report_FlexChartField_BuildFlexChart_C1_Document_FlexChart_Chart_">BuildFlexChart(Chart)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="../C1.Document/C1.Document.FlexChart.Chart.html">Chart</a>, adds data to it and sets the property values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_CreateSame" data-uid="C1.Report.FlexChartField.CreateSame">
          <a class="xref" href="C1.Report.FlexChartField.CreateSame.html#C1_Report_FlexChartField_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_FlexChartField_GetPropsTable" data-uid="C1.Report.FlexChartField.GetPropsTable">
          <a class="xref" href="C1.Report.FlexChartField.GetPropsTable.html#C1_Report_FlexChartField_GetPropsTable">GetPropsTable()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Report_FlexChartField_ResetState" data-uid="C1.Report.FlexChartField.ResetState">
          <a class="xref" href="C1.Report.FlexChartField.ResetState.html#C1_Report_FlexChartField_ResetState">ResetState()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when FlexReport starts calculation of the section containing this FieldBase.
Resets internal state of the field.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
