# C1.Win.Chart.ChartOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_ChartOptions" data-uid="C1.Win.Chart.ChartOptions" class="text-break">ChartOptions Class
</h1>
  <div class="markdown level0 summary"><p>Specifies chart options.</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">ChartOptions</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_ChartOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class ChartOptions</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_Chart_ChartOptions__ctor" data-uid="C1.Win.Chart.ChartOptions.#ctor">
          <a class="xref" href="C1.Win.Chart.ChartOptions.-ctor.html#C1_Win_Chart_ChartOptions__ctor">ChartOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of ChartOptions 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_Win_Chart_ChartOptions_BubbleMaxSize" data-uid="C1.Win.Chart.ChartOptions.BubbleMaxSize">
          <a class="xref" href="C1.Win.Chart.ChartOptions.BubbleMaxSize.html#C1_Win_Chart_ChartOptions_BubbleMaxSize">BubbleMaxSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum symbol size for bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_BubbleMinSize" data-uid="C1.Win.Chart.ChartOptions.BubbleMinSize">
          <a class="xref" href="C1.Win.Chart.ChartOptions.BubbleMinSize.html#C1_Win_Chart_ChartOptions_BubbleMinSize">BubbleMinSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimal symbol size for bubble chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_ClusterSize" data-uid="C1.Win.Chart.ChartOptions.ClusterSize">
          <a class="xref" href="C1.Win.Chart.ChartOptions.ClusterSize.html#C1_Win_Chart_ChartOptions_ClusterSize">ClusterSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cluster size for column and bar charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_FunnelNeckHeight" data-uid="C1.Win.Chart.ChartOptions.FunnelNeckHeight">
          <a class="xref" href="C1.Win.Chart.ChartOptions.FunnelNeckHeight.html#C1_Win_Chart_ChartOptions_FunnelNeckHeight">FunnelNeckHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the neck height for funnel chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_FunnelNeckWidth" data-uid="C1.Win.Chart.ChartOptions.FunnelNeckWidth">
          <a class="xref" href="C1.Win.Chart.ChartOptions.FunnelNeckWidth.html#C1_Win_Chart_ChartOptions_FunnelNeckWidth">FunnelNeckWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the neck width for funnel chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_FunnelType" data-uid="C1.Win.Chart.ChartOptions.FunnelType">
          <a class="xref" href="C1.Win.Chart.ChartOptions.FunnelType.html#C1_Win_Chart_ChartOptions_FunnelType">FunnelType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of funnel chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_HistogramAppearance" data-uid="C1.Win.Chart.ChartOptions.HistogramAppearance">
          <a class="xref" href="C1.Win.Chart.ChartOptions.HistogramAppearance.html#C1_Win_Chart_ChartOptions_HistogramAppearance">HistogramAppearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the histogram appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_HistogramBinWidth" data-uid="C1.Win.Chart.ChartOptions.HistogramBinWidth">
          <a class="xref" href="C1.Win.Chart.ChartOptions.HistogramBinWidth.html#C1_Win_Chart_ChartOptions_HistogramBinWidth">HistogramBinWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the histogram bin width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_HistogramCumulativeMode" data-uid="C1.Win.Chart.ChartOptions.HistogramCumulativeMode">
          <a class="xref" href="C1.Win.Chart.ChartOptions.HistogramCumulativeMode.html#C1_Win_Chart_ChartOptions_HistogramCumulativeMode">HistogramCumulativeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the histogram cumulative mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_HistogramNormalCurve" data-uid="C1.Win.Chart.ChartOptions.HistogramNormalCurve">
          <a class="xref" href="C1.Win.Chart.ChartOptions.HistogramNormalCurve.html#C1_Win_Chart_ChartOptions_HistogramNormalCurve">HistogramNormalCurve</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whather to show histogram norma curve.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_ChartOptions_InterpolateNulls" data-uid="C1.Win.Chart.ChartOptions.InterpolateNulls">
          <a class="xref" href="C1.Win.Chart.ChartOptions.InterpolateNulls.html#C1_Win_Chart_ChartOptions_InterpolateNulls">InterpolateNulls</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how to interpret missing values.</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_Chart_ChartOptions_Invalidate" data-uid="C1.Win.Chart.ChartOptions.Invalidate">
          <a class="xref" href="C1.Win.Chart.ChartOptions.Invalidate.html#C1_Win_Chart_ChartOptions_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the chart.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
