# C1.Win.C1Chart.C1Chart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_C1Chart" data-uid="C1.Win.C1Chart.C1Chart" class="text-break">C1Chart Class
</h1>
  <div class="markdown level0 summary"><p>Represents the class for the C1Chart 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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.usercontrol">UserControl</a></div>
    <div class="level7"><a class="xref" href="C1.Win.C1ChartBase.baseChart.html">baseChart</a></div>
    <div class="level8"><span class="xref">C1Chart</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
    <div><a class="xref" href="C1.Win.C1ChartBase.iChartRect.html">iChartRect</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_C1Chart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Chart), &quot;C1Chart.png&quot;)]
public class C1Chart : baseChart, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, iChartRect, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Chart), &quot;C1Chart.png&quot;)&gt;
Public Class C1Chart
    Inherits baseChart
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, iChartRect, ISupportInitialize</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_C1Chart_C1Chart__ctor" data-uid="C1.Win.C1Chart.C1Chart.#ctor">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.-ctor.html#C1_Win_C1Chart_C1Chart__ctor">C1Chart()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.C1Chart.html">C1Chart</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_m_webChart" data-uid="C1.Win.C1Chart.C1Chart.m_webChart">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.m_webChart.html">m_webChart</a>
        </td>
        <td class="markdown level1 summary"><p>The chart web data source object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_m_webDesign" data-uid="C1.Win.C1Chart.C1Chart.m_webDesign">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.m_webDesign.html">m_webDesign</a>
        </td>
        <td class="markdown level1 summary"><p>A value that indicates whether the C1Chart is currently in design mode.</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_C1Chart_C1Chart_AssemblyFileVersionString" data-uid="C1.Win.C1Chart.C1Chart.AssemblyFileVersionString">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.AssemblyFileVersionString.html#C1_Win_C1Chart_C1Chart_AssemblyFileVersionString">AssemblyFileVersionString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control�s assembly file version as a string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_AssemblyVersionString" data-uid="C1.Win.C1Chart.C1Chart.AssemblyVersionString">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.AssemblyVersionString.html#C1_Win_C1Chart_C1Chart_AssemblyVersionString">AssemblyVersionString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control�s assembly version as a string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ChartArea" data-uid="C1.Win.C1Chart.C1Chart.ChartArea">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ChartArea.html#C1_Win_C1Chart_C1Chart_ChartArea">ChartArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control�s Chart Area Area object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ChartGroups" data-uid="C1.Win.C1Chart.C1Chart.ChartGroups">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ChartGroups.html#C1_Win_C1Chart_C1Chart_ChartGroups">ChartGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control ChartGroups object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ChartLabels" data-uid="C1.Win.C1Chart.C1Chart.ChartLabels">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ChartLabels.html#C1_Win_C1Chart_C1Chart_ChartLabels">ChartLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control ChartLabels object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ColorGeneration" data-uid="C1.Win.C1Chart.C1Chart.ColorGeneration">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ColorGeneration.html#C1_Win_C1Chart_C1Chart_ColorGeneration">ColorGeneration</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying theme based automatic color generation.
<remarks>
The default value is ColorGeneration.Custom which specifies the standard color
generation method used by C1Chart.  The remaining options mimic the color themes
of Microsoft Office.</remarks></p>
<p>
A special setting for this property is ColorGeneration.CopyToCustom.  When the
ColorGeneration property is set to the CopyToCustom value, the current colors are
copied to the Custom color generation, and the property is automatically set to
ColorGeneration.Custom for further customization.  Please note that this operation
is automatically performed whenever the chart data is loaded by string, file or
by the designer.  Please also note that as color customizations are made to the
LineStyle and SymbolStyle of each ChartDataSeries, these customizations affect
both the current state and the Custom state values.
</p>

</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_DataSource" data-uid="C1.Win.C1Chart.C1Chart.DataSource">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.DataSource.html#C1_Win_C1Chart_C1Chart_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source object that is bound to the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Footer" data-uid="C1.Win.C1Chart.C1Chart.Footer">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Footer.html#C1_Win_C1Chart_C1Chart_Footer">Footer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control footer object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Header" data-uid="C1.Win.C1Chart.C1Chart.Header">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Header.html#C1_Win_C1Chart_C1Chart_Header">Header</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control header object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Interaction" data-uid="C1.Win.C1Chart.C1Chart.Interaction">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Interaction.html#C1_Win_C1Chart_C1Chart_Interaction">Interaction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control interaction object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Legend" data-uid="C1.Win.C1Chart.C1Chart.Legend">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Legend.html#C1_Win_C1Chart_C1Chart_Legend">Legend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control Legend object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_PrintDialogUsage" data-uid="C1.Win.C1Chart.C1Chart.PrintDialogUsage">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.PrintDialogUsage.html#C1_Win_C1Chart_C1Chart_PrintDialogUsage">PrintDialogUsage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the print dialog pops up
when the PrintChart method is called.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Repaint" data-uid="C1.Win.C1Chart.C1Chart.Repaint">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Repaint.html#C1_Win_C1Chart_C1Chart_Repaint">Repaint</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the chart is repainted when its properties change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Style" data-uid="C1.Win.C1Chart.C1Chart.Style">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Style.html#C1_Win_C1Chart_C1Chart_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ToolTip" data-uid="C1.Win.C1Chart.C1Chart.ToolTip">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ToolTip.html#C1_Win_C1Chart_C1Chart_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart tooltip object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_UseAntiAliasedGraphics" data-uid="C1.Win.C1Chart.C1Chart.UseAntiAliasedGraphics">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.UseAntiAliasedGraphics.html#C1_Win_C1Chart_C1Chart_UseAntiAliasedGraphics">UseAntiAliasedGraphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to use anti-aliasing while rendering chart graphics (only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_UseAntiAliasedText" data-uid="C1.Win.C1Chart.C1Chart.UseAntiAliasedText">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.UseAntiAliasedText.html#C1_Win_C1Chart_C1Chart_UseAntiAliasedText">UseAntiAliasedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to use anti-aliasing while rendering chart text (only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_UseGrayscale" data-uid="C1.Win.C1Chart.C1Chart.UseGrayscale">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.UseGrayscale.html#C1_Win_C1Chart_C1Chart_UseGrayscale">UseGrayscale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to render the chart with grayscale instead of color.
<remarks>
The use of Grayscale is intended as a preview for output to a black and white device.  It
does not affect style brush or pen colors internally, only the rendering of the chart to the
output devices and images.  Using grayscale implies the use of double buffered output.
</remarks></p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_VisualEffects" data-uid="C1.Win.C1Chart.C1Chart.VisualEffects">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.VisualEffects.html#C1_Win_C1Chart_C1Chart_VisualEffects">VisualEffects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the VisualEffects object.</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_C1Chart_C1Chart_AddSampleData" data-uid="C1.Win.C1Chart.C1Chart.AddSampleData">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.AddSampleData.html#C1_Win_C1Chart_C1Chart_AddSampleData">AddSampleData()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the ChartData for sample.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ChartRegionFromCoord_System_Int32_System_Int32_" data-uid="C1.Win.C1Chart.C1Chart.ChartRegionFromCoord(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ChartRegionFromCoord.html#C1_Win_C1Chart_C1Chart_ChartRegionFromCoord_System_Int32_System_Int32_">ChartRegionFromCoord(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Return the enumerated value indicating the topmost displayed region at the specified coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_CreateAccessibilityInstance" data-uid="C1.Win.C1Chart.C1Chart.CreateAccessibilityInstance">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.CreateAccessibilityInstance.html#C1_Win_C1Chart_C1Chart_CreateAccessibilityInstance">CreateAccessibilityInstance()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Dispose" data-uid="C1.Win.C1Chart.C1Chart.Dispose">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Dispose.html#C1_Win_C1Chart_C1Chart_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Readies the chart object for garbage collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Draw_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Win.C1Chart.C1Chart.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Draw.html#C1_Win_C1Chart_C1Chart_Draw_System_Drawing_Graphics_System_Drawing_Rectangle_">Draw(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the chart on the specified drawing surface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_GenerateHistogramData_System_Double___System_Double_System_Double_System_Int32_System_Double_System_Double____System_Double____System_Double____" data-uid="C1.Win.C1Chart.C1Chart.GenerateHistogramData(System.Double[],System.Double,System.Double,System.Int32,System.Double,System.Double[]@,System.Double[]@,System.Double[]@)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.GenerateHistogramData.html#C1_Win_C1Chart_C1Chart_GenerateHistogramData_System_Double___System_Double_System_Double_System_Int32_System_Double_System_Double____System_Double____System_Double____">GenerateHistogramData(double[], double, double, int, double, ref double[], ref double[], ref double[])</a>
        </td>
        <td class="markdown level1 summary"><p>Generates histogram data from raw data and a series of interval boundaries
specified by a starting value, an interval width and the number of intervals.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_GenerateHistogramData_System_Double___System_Double___System_Double_System_Double____System_Double____System_Double____" data-uid="C1.Win.C1Chart.C1Chart.GenerateHistogramData(System.Double[],System.Double[],System.Double,System.Double[]@,System.Double[]@,System.Double[]@)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.GenerateHistogramData.html#C1_Win_C1Chart_C1Chart_GenerateHistogramData_System_Double___System_Double___System_Double_System_Double____System_Double____System_Double____">GenerateHistogramData(double[], double[], double, ref double[], ref double[], ref double[])</a>
        </td>
        <td class="markdown level1 summary"><p>Generates histogram data from an array of raw data and the specified interval
boundaries.  Count normalization is performed by specifying an appropriate
NormalizationWidth.</p>
<p>Although the chart has a Histogram chart type, it is sometimes preferable
to generate charts similar to histograms, but with slightly different characteristics.
This method is provided as a convenience for these occasions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_GetImage" data-uid="C1.Win.C1Chart.C1Chart.GetImage">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.GetImage.html#C1_Win_C1Chart_C1Chart_GetImage">GetImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an image of the current chart display.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_GetImage_System_Drawing_Imaging_ImageFormat_" data-uid="C1.Win.C1Chart.C1Chart.GetImage(System.Drawing.Imaging.ImageFormat)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.GetImage.html#C1_Win_C1Chart_C1Chart_GetImage_System_Drawing_Imaging_ImageFormat_">GetImage(ImageFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an image of the current chart display using the specified format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_GetImage_System_Drawing_Imaging_ImageFormat_System_Drawing_Size_" data-uid="C1.Win.C1Chart.C1Chart.GetImage(System.Drawing.Imaging.ImageFormat,System.Drawing.Size)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.GetImage.html#C1_Win_C1Chart_C1Chart_GetImage_System_Drawing_Imaging_ImageFormat_System_Drawing_Size_">GetImage(ImageFormat, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an image of the current chart display using the specified format and size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_GetImage_System_Drawing_Size_" data-uid="C1.Win.C1Chart.C1Chart.GetImage(System.Drawing.Size)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.GetImage.html#C1_Win_C1Chart_C1Chart_GetImage_System_Drawing_Size_">GetImage(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an image of the current chart display using the specified size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_GetMetafile" data-uid="C1.Win.C1Chart.C1Chart.GetMetafile">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.GetMetafile.html#C1_Win_C1Chart_C1Chart_GetMetafile">GetMetafile()</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an metafile of the current chart display using the specified size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_GetMetafile_System_Drawing_Size_" data-uid="C1.Win.C1Chart.C1Chart.GetMetafile(System.Drawing.Size)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.GetMetafile.html#C1_Win_C1Chart_C1Chart_GetMetafile_System_Drawing_Size_">GetMetafile(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an metafile of the current chart display using the specified size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_GetMetafile_System_Drawing_Size_System_Drawing_Imaging_EmfType_" data-uid="C1.Win.C1Chart.C1Chart.GetMetafile(System.Drawing.Size,System.Drawing.Imaging.EmfType)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.GetMetafile.html#C1_Win_C1Chart_C1Chart_GetMetafile_System_Drawing_Size_System_Drawing_Imaging_EmfType_">GetMetafile(Size, EmfType)</a>
        </td>
        <td class="markdown level1 summary"><p>Obtains an metafile of the current chart display using the specified size and type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_IsInputKey_System_Windows_Forms_Keys_" data-uid="C1.Win.C1Chart.C1Chart.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.IsInputKey.html#C1_Win_C1Chart_C1Chart_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_LoadChartAndImagesFromFile_System_String_" data-uid="C1.Win.C1Chart.C1Chart.LoadChartAndImagesFromFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.LoadChartAndImagesFromFile.html#C1_Win_C1Chart_C1Chart_LoadChartAndImagesFromFile_System_String_">LoadChartAndImagesFromFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the chart property and data settings (chart description) and images from the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_LoadChartAndImagesFromString_System_String_" data-uid="C1.Win.C1Chart.C1Chart.LoadChartAndImagesFromString(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.LoadChartAndImagesFromString.html#C1_Win_C1Chart_C1Chart_LoadChartAndImagesFromString_System_String_">LoadChartAndImagesFromString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the chart property and data settings (chart description) and images from the specified string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_LoadChartFromFile_System_String_" data-uid="C1.Win.C1Chart.C1Chart.LoadChartFromFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.LoadChartFromFile.html#C1_Win_C1Chart_C1Chart_LoadChartFromFile_System_String_">LoadChartFromFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the chart property and data settings (chart description) from the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_LoadChartFromString_System_String_" data-uid="C1.Win.C1Chart.C1Chart.LoadChartFromString(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.LoadChartFromString.html#C1_Win_C1Chart_C1Chart_LoadChartFromString_System_String_">LoadChartFromString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the chart property and data settings (chart description) from the specified string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_LoadChartTemplateFromFile_System_String_" data-uid="C1.Win.C1Chart.C1Chart.LoadChartTemplateFromFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.LoadChartTemplateFromFile.html#C1_Win_C1Chart_C1Chart_LoadChartTemplateFromFile_System_String_">LoadChartTemplateFromFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the chart property and settings (chart description) and images from the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_LoadChartTemplateFromString_System_String_" data-uid="C1.Win.C1Chart.C1Chart.LoadChartTemplateFromString(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.LoadChartTemplateFromString.html#C1_Win_C1Chart_C1Chart_LoadChartTemplateFromString_System_String_">LoadChartTemplateFromString(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the chart property and settings (chart description) and images from the specified string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_LoadLocalizations_System_Byte___" data-uid="C1.Win.C1Chart.C1Chart.LoadLocalizations(System.Byte[])">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.LoadLocalizations.html#C1_Win_C1Chart_C1Chart_LoadLocalizations_System_Byte___">LoadLocalizations(byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Reads all localizations from the specified byte array and uses them locally at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_LoadLocalizations_System_IO_Stream_" data-uid="C1.Win.C1Chart.C1Chart.LoadLocalizations(System.IO.Stream)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.LoadLocalizations.html#C1_Win_C1Chart_C1Chart_LoadLocalizations_System_IO_Stream_">LoadLocalizations(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads all localizations from the specified stream and uses them locally at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_LoadLocalizations_System_String_" data-uid="C1.Win.C1Chart.C1Chart.LoadLocalizations(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.LoadLocalizations.html#C1_Win_C1Chart_C1Chart_LoadLocalizations_System_String_">LoadLocalizations(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads all localizations from the specified file and uses them locally at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_OnBindingContextChanged_System_EventArgs_" data-uid="C1.Win.C1Chart.C1Chart.OnBindingContextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.OnBindingContextChanged.html#C1_Win_C1Chart_C1Chart_OnBindingContextChanged_System_EventArgs_">OnBindingContextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_OnCreateControl" data-uid="C1.Win.C1Chart.C1Chart.OnCreateControl">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.OnCreateControl.html#C1_Win_C1Chart_C1Chart_OnCreateControl">OnCreateControl()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_OnDataSourceChanged_System_EventArgs_" data-uid="C1.Win.C1Chart.C1Chart.OnDataSourceChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.OnDataSourceChanged.html#C1_Win_C1Chart_C1Chart_OnDataSourceChanged_System_EventArgs_">OnDataSourceChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the DataSource property has changed.
Raises the <a class="xref" href="C1.Win.C1Chart.C1Chart.DataSourceChanged.html">DataSourceChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_OnDrawDataSeries_System_Object_C1_Win_C1Chart_DrawDataSeriesEventArgs_" data-uid="C1.Win.C1Chart.C1Chart.OnDrawDataSeries(System.Object,C1.Win.C1Chart.DrawDataSeriesEventArgs)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.OnDrawDataSeries.html#C1_Win_C1Chart_C1Chart_OnDrawDataSeries_System_Object_C1_Win_C1Chart_DrawDataSeriesEventArgs_">OnDrawDataSeries(object, DrawDataSeriesEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Chart.C1Chart.DrawDataSeries.html">DrawDataSeries</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_OnDrawLegendEntry_System_Object_C1_Win_C1Chart_DrawLegendEntryEventArgs_" data-uid="C1.Win.C1Chart.C1Chart.OnDrawLegendEntry(System.Object,C1.Win.C1Chart.DrawLegendEntryEventArgs)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.OnDrawLegendEntry.html#C1_Win_C1Chart_C1Chart_OnDrawLegendEntry_System_Object_C1_Win_C1Chart_DrawLegendEntryEventArgs_">OnDrawLegendEntry(object, DrawLegendEntryEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Chart.C1Chart.DrawLegendEntry.html">DrawLegendEntry</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_OnTransform_System_Object_C1_Win_C1Chart_TransformEventArgs_" data-uid="C1.Win.C1Chart.C1Chart.OnTransform(System.Object,C1.Win.C1Chart.TransformEventArgs)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.OnTransform.html#C1_Win_C1Chart_C1Chart_OnTransform_System_Object_C1_Win_C1Chart_TransformEventArgs_">OnTransform(object, TransformEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.C1Chart.C1Chart.Transform.html">Transform</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_PageSetup" data-uid="C1.Win.C1Chart.C1Chart.PageSetup">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.PageSetup.html#C1_Win_C1Chart_C1Chart_PageSetup">PageSetup()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the PageSetup dialog to manage the page settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_PrintChart" data-uid="C1.Win.C1Chart.C1Chart.PrintChart">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.PrintChart.html#C1_Win_C1Chart_C1Chart_PrintChart">PrintChart()</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the control using default scaling within the margins of the printer page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart(C1.Win.C1Chart.PrintScaleEnum)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.PrintChart.html#C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_">PrintChart(PrintScaleEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the control using the specified scaling within the margins of the printer page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart(C1.Win.C1Chart.PrintScaleEnum,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.PrintChart.html#C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_">PrintChart(PrintScaleEnum, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the control using the specified scaling to the specified rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_System_Drawing_Printing_PageSettings_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart(C1.Win.C1Chart.PrintScaleEnum,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.PrintChart.html#C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_System_Drawing_Printing_PageSettings_">PrintChart(PrintScaleEnum, Rectangle, PageSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the control using the specified scaling and page settings to the specified rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_System_Drawing_Printing_PageSettings_System_Boolean_" data-uid="C1.Win.C1Chart.C1Chart.PrintChart(C1.Win.C1Chart.PrintScaleEnum,System.Drawing.Rectangle,System.Drawing.Printing.PageSettings,System.Boolean)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.PrintChart.html#C1_Win_C1Chart_C1Chart_PrintChart_C1_Win_C1Chart_PrintScaleEnum_System_Drawing_Rectangle_System_Drawing_Printing_PageSettings_System_Boolean_">PrintChart(PrintScaleEnum, Rectangle, PageSettings, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Prints the control using the specified scaling and page settings to the specified rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_PrintSetup" data-uid="C1.Win.C1Chart.C1Chart.PrintSetup">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.PrintSetup.html#C1_Win_C1Chart_C1Chart_PrintSetup">PrintSetup()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the PrintSetup dialog to manage the printer settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Reset" data-uid="C1.Win.C1Chart.C1Chart.Reset">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Reset.html#C1_Win_C1Chart_C1Chart_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the chart of all data and settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveChartAndImagesToFile_System_String_" data-uid="C1.Win.C1Chart.C1Chart.SaveChartAndImagesToFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveChartAndImagesToFile.html#C1_Win_C1Chart_C1Chart_SaveChartAndImagesToFile_System_String_">SaveChartAndImagesToFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the all of the contents of the control to the specified file, including data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveChartAndImagesToString_System_Boolean_" data-uid="C1.Win.C1Chart.C1Chart.SaveChartAndImagesToString(System.Boolean)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveChartAndImagesToString.html#C1_Win_C1Chart_C1Chart_SaveChartAndImagesToString_System_Boolean_">SaveChartAndImagesToString(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Save all the chart information, including data and images to the returned string with optional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveChartTemplateToFile_System_String_" data-uid="C1.Win.C1Chart.C1Chart.SaveChartTemplateToFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveChartTemplateToFile.html#C1_Win_C1Chart_C1Chart_SaveChartTemplateToFile_System_String_">SaveChartTemplateToFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the all of the contents of the control to the specified file, excluding data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveChartTemplateToString" data-uid="C1.Win.C1Chart.C1Chart.SaveChartTemplateToString">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveChartTemplateToString.html#C1_Win_C1Chart_C1Chart_SaveChartTemplateToString">SaveChartTemplateToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the all of the contents of the control to a string, excluding data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveChartTemplateToString_System_Boolean_" data-uid="C1.Win.C1Chart.C1Chart.SaveChartTemplateToString(System.Boolean)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveChartTemplateToString.html#C1_Win_C1Chart_C1Chart_SaveChartTemplateToString_System_Boolean_">SaveChartTemplateToString(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the all of the contents of the control to a string, excluding data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveChartToFile_System_String_" data-uid="C1.Win.C1Chart.C1Chart.SaveChartToFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveChartToFile.html#C1_Win_C1Chart_C1Chart_SaveChartToFile_System_String_">SaveChartToFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the all of the contents of the control to the specified file, including data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveChartToString" data-uid="C1.Win.C1Chart.C1Chart.SaveChartToString">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveChartToString.html#C1_Win_C1Chart_C1Chart_SaveChartToString">SaveChartToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the all of the contents of the control to the specified file, including data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveChartToString_System_Boolean_" data-uid="C1.Win.C1Chart.C1Chart.SaveChartToString(System.Boolean)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveChartToString.html#C1_Win_C1Chart_C1Chart_SaveChartToString_System_Boolean_">SaveChartToString(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Save all the chart information, including data to the returned string with optional formatting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveImage_System_Byte____System_Drawing_Imaging_ImageFormat_" data-uid="C1.Win.C1Chart.C1Chart.SaveImage(System.Byte[]@,System.Drawing.Imaging.ImageFormat)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveImage.html#C1_Win_C1Chart_C1Chart_SaveImage_System_Byte____System_Drawing_Imaging_ImageFormat_">SaveImage(ref byte[], ImageFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves an image of the chart in a Byte array in the specified format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveImage_System_Byte____System_Drawing_Imaging_ImageFormat_System_Drawing_Size_" data-uid="C1.Win.C1Chart.C1Chart.SaveImage(System.Byte[]@,System.Drawing.Imaging.ImageFormat,System.Drawing.Size)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveImage.html#C1_Win_C1Chart_C1Chart_SaveImage_System_Byte____System_Drawing_Imaging_ImageFormat_System_Drawing_Size_">SaveImage(ref byte[], ImageFormat, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves an image of the chart in a Byte array in the specified format of the specified size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveImage_System_Drawing_Imaging_ImageFormat_" data-uid="C1.Win.C1Chart.C1Chart.SaveImage(System.Drawing.Imaging.ImageFormat)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveImage.html#C1_Win_C1Chart_C1Chart_SaveImage_System_Drawing_Imaging_ImageFormat_">SaveImage(ImageFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves an image of the chart to the clipboard using display size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveImage_System_Drawing_Imaging_ImageFormat_System_Drawing_Size_" data-uid="C1.Win.C1Chart.C1Chart.SaveImage(System.Drawing.Imaging.ImageFormat,System.Drawing.Size)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveImage.html#C1_Win_C1Chart_C1Chart_SaveImage_System_Drawing_Imaging_ImageFormat_System_Drawing_Size_">SaveImage(ImageFormat, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves an image of the chart to the clipboard using the specified size and the specified format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveImage_System_IO_Stream_System_Drawing_Imaging_ImageFormat_" data-uid="C1.Win.C1Chart.C1Chart.SaveImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveImage.html#C1_Win_C1Chart_C1Chart_SaveImage_System_IO_Stream_System_Drawing_Imaging_ImageFormat_">SaveImage(Stream, ImageFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves an image of the chart to the specified stream in the specified format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveImage_System_IO_Stream_System_Drawing_Imaging_ImageFormat_System_Drawing_Size_" data-uid="C1.Win.C1Chart.C1Chart.SaveImage(System.IO.Stream,System.Drawing.Imaging.ImageFormat,System.Drawing.Size)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveImage.html#C1_Win_C1Chart_C1Chart_SaveImage_System_IO_Stream_System_Drawing_Imaging_ImageFormat_System_Drawing_Size_">SaveImage(Stream, ImageFormat, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves an image of the chart to the specified stream in the specified format of the specified size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveImage_System_String_System_Drawing_Imaging_ImageFormat_" data-uid="C1.Win.C1Chart.C1Chart.SaveImage(System.String,System.Drawing.Imaging.ImageFormat)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveImage.html#C1_Win_C1Chart_C1Chart_SaveImage_System_String_System_Drawing_Imaging_ImageFormat_">SaveImage(string, ImageFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves an image of the chart to the specified file in the specified format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveImage_System_String_System_Drawing_Imaging_ImageFormat_System_Drawing_Size_" data-uid="C1.Win.C1Chart.C1Chart.SaveImage(System.String,System.Drawing.Imaging.ImageFormat,System.Drawing.Size)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveImage.html#C1_Win_C1Chart_C1Chart_SaveImage_System_String_System_Drawing_Imaging_ImageFormat_System_Drawing_Size_">SaveImage(string, ImageFormat, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves an image of the chart to the specified file in the specified format of the specified size.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveLocalizations_System_Byte____" data-uid="C1.Win.C1Chart.C1Chart.SaveLocalizations(System.Byte[]@)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveLocalizations.html#C1_Win_C1Chart_C1Chart_SaveLocalizations_System_Byte____">SaveLocalizations(out byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Writes all current localizations to the specified byte array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveLocalizations_System_IO_Stream_" data-uid="C1.Win.C1Chart.C1Chart.SaveLocalizations(System.IO.Stream)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveLocalizations.html#C1_Win_C1Chart_C1Chart_SaveLocalizations_System_IO_Stream_">SaveLocalizations(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes all current localizations to the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SaveLocalizations_System_String_" data-uid="C1.Win.C1Chart.C1Chart.SaveLocalizations(System.String)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SaveLocalizations.html#C1_Win_C1Chart_C1Chart_SaveLocalizations_System_String_">SaveLocalizations(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes all current localizations to the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_SetDefaultData" data-uid="C1.Win.C1Chart.C1Chart.SetDefaultData">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.SetDefaultData.html#C1_Win_C1Chart_C1Chart_SetDefaultData">SetDefaultData()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the chart data to default values for design modes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowDataBindingDialog" data-uid="C1.Win.C1Chart.C1Chart.ShowDataBindingDialog">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowDataBindingDialog.html#C1_Win_C1Chart_C1Chart_ShowDataBindingDialog">ShowDataBindingDialog()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the data binding dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowProperties" data-uid="C1.Win.C1Chart.C1Chart.ShowProperties">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowProperties.html#C1_Win_C1Chart_C1Chart_ShowProperties">ShowProperties()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the chart properties dialog at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowProperties_C1_Win_C1Chart_DesignerDialogEnum_" data-uid="C1.Win.C1Chart.C1Chart.ShowProperties(C1.Win.C1Chart.DesignerDialogEnum)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowProperties.html#C1_Win_C1Chart_C1Chart_ShowProperties_C1_Win_C1Chart_DesignerDialogEnum_">ShowProperties(DesignerDialogEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the properties dialog at runtime using specified dialog version.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowProperties_C1_Win_C1Chart_PropertyPageFlags_" data-uid="C1.Win.C1Chart.C1Chart.ShowProperties(C1.Win.C1Chart.PropertyPageFlags)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowProperties.html#C1_Win_C1Chart_C1Chart_ShowProperties_C1_Win_C1Chart_PropertyPageFlags_">ShowProperties(PropertyPageFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the customized chart properties dialog at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowProperties_C1_Win_C1Chart_PropertyPageFlags_System_Drawing_Rectangle__" data-uid="C1.Win.C1Chart.C1Chart.ShowProperties(C1.Win.C1Chart.PropertyPageFlags,System.Drawing.Rectangle@)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowProperties.html#C1_Win_C1Chart_C1Chart_ShowProperties_C1_Win_C1Chart_PropertyPageFlags_System_Drawing_Rectangle__">ShowProperties(PropertyPageFlags, ref Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the customized chart properties dialog at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowProperties_System_Drawing_Rectangle__" data-uid="C1.Win.C1Chart.C1Chart.ShowProperties(System.Drawing.Rectangle@)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowProperties.html#C1_Win_C1Chart_C1Chart_ShowProperties_System_Drawing_Rectangle__">ShowProperties(ref Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the chart properties dialog at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowVisualEffectsEditor" data-uid="C1.Win.C1Chart.C1Chart.ShowVisualEffectsEditor">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowVisualEffectsEditor.html#C1_Win_C1Chart_C1Chart_ShowVisualEffectsEditor">ShowVisualEffectsEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the VisualEffects Editor dialog at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowVisualEffectsEditor_System_Drawing_Rectangle__" data-uid="C1.Win.C1Chart.C1Chart.ShowVisualEffectsEditor(System.Drawing.Rectangle@)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowVisualEffectsEditor.html#C1_Win_C1Chart_C1Chart_ShowVisualEffectsEditor_System_Drawing_Rectangle__">ShowVisualEffectsEditor(ref Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the VisualEffects Editor dialog at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowWizard" data-uid="C1.Win.C1Chart.C1Chart.ShowWizard">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowWizard.html#C1_Win_C1Chart_C1Chart_ShowWizard">ShowWizard()</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the chart wizard dialog at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowWizard_C1_Win_C1Chart_DesignerDialogEnum_" data-uid="C1.Win.C1Chart.C1Chart.ShowWizard(C1.Win.C1Chart.DesignerDialogEnum)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowWizard.html#C1_Win_C1Chart_C1Chart_ShowWizard_C1_Win_C1Chart_DesignerDialogEnum_">ShowWizard(DesignerDialogEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the chart wizard at runtime using specified dialog version.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.C1Chart.C1Chart.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.WndProc.html#C1_Win_C1Chart_C1Chart_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_createTitle_C1_Win_C1ChartBase_baseChartStyle_C1_Win_C1ChartBase_CompassEnum_" data-uid="C1.Win.C1Chart.C1Chart.createTitle(C1.Win.C1ChartBase.baseChartStyle,C1.Win.C1ChartBase.CompassEnum)">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.createTitle.html#C1_Win_C1Chart_C1Chart_createTitle_C1_Win_C1ChartBase_baseChartStyle_C1_Win_C1ChartBase_CompassEnum_">createTitle(baseChartStyle, CompassEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates base chart title.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_AxisScroll" data-uid="C1.Win.C1Chart.C1Chart.AxisScroll">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.AxisScroll.html">AxisScroll</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs whenever the scroll position of the axis scrollbar changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_DataSourceChanged" data-uid="C1.Win.C1Chart.C1Chart.DataSourceChanged">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.DataSourceChanged.html">DataSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the DataSource property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_DrawDataSeries" data-uid="C1.Win.C1Chart.C1Chart.DrawDataSeries">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.DrawDataSeries.html">DrawDataSeries</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the data series is about to be drawn.
This event allows changes to the brush that will be used for data series plotting,
including the addition of hatching, gradients and textures.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_DrawLegendEntry" data-uid="C1.Win.C1Chart.C1Chart.DrawLegendEntry">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.DrawLegendEntry.html">DrawLegendEntry</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when legend entry is drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_HighlightChanged" data-uid="C1.Win.C1Chart.C1Chart.HighlightChanged">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.HighlightChanged.html">HighlightChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when highlighted data element has been changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_PaintPlotArea" data-uid="C1.Win.C1Chart.C1Chart.PaintPlotArea">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.PaintPlotArea.html">PaintPlotArea</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when plot area is drawing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_ShowTooltip" data-uid="C1.Win.C1Chart.C1Chart.ShowTooltip">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.ShowTooltip.html">ShowTooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when tooltip is shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_C1Chart_Transform" data-uid="C1.Win.C1Chart.C1Chart.Transform">
          <a class="xref" href="C1.Win.C1Chart.C1Chart.Transform.html">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when interactive action is about to occur.
This event permits additional control over the parameters
of user interactions. It possible to change axes limits or cancel transformation.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
