# C1.WPF.C1Chart.C1Chart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_C1Chart" data-uid="C1.WPF.C1Chart.C1Chart" class="text-break">C1Chart Class
</h1>
  <div class="markdown level0 summary"><p>Represents a 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.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</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.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_C1Chart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Chart : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, INotifyPropertyChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Chart
    Inherits ContentControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, INotifyPropertyChanged, IDisposable</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_WPF_C1Chart_C1Chart__ctor" data-uid="C1.WPF.C1Chart.C1Chart.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.-ctor.html#C1_WPF_C1Chart_C1Chart__ctor">C1Chart()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1Chart 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_WPF_C1Chart_C1Chart_AggregateProperty" data-uid="C1.WPF.C1Chart.C1Chart.AggregateProperty">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.AggregateProperty.html">AggregateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Aggregate dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ChartTypeProperty" data-uid="C1.WPF.C1Chart.C1Chart.ChartTypeProperty">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ChartTypeProperty.html">ChartTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ChartType dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ChildrenProperty" data-uid="C1.WPF.C1Chart.C1Chart.ChildrenProperty">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ChildrenProperty.html">ChildrenProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Children dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_CustomPaletteProperty" data-uid="C1.WPF.C1Chart.C1Chart.CustomPaletteProperty">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.CustomPaletteProperty.html">CustomPaletteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the CustomPalette dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_DataProperty" data-uid="C1.WPF.C1Chart.C1Chart.DataProperty">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.DataProperty.html">DataProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Data dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_LegendItemsProperty" data-uid="C1.WPF.C1Chart.C1Chart.LegendItemsProperty">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.LegendItemsProperty.html">LegendItemsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LegendItems dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ScrollDownCommand" data-uid="C1.WPF.C1Chart.C1Chart.ScrollDownCommand">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ScrollDownCommand.html">ScrollDownCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The command that scrolls y-axis of chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ScrollLeftCommand" data-uid="C1.WPF.C1Chart.C1Chart.ScrollLeftCommand">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ScrollLeftCommand.html">ScrollLeftCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The command that scrolls x-axis of chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ScrollRightCommand" data-uid="C1.WPF.C1Chart.C1Chart.ScrollRightCommand">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ScrollRightCommand.html">ScrollRightCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The command that scrolls x-axis of chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ScrollToBottomCommand" data-uid="C1.WPF.C1Chart.C1Chart.ScrollToBottomCommand">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ScrollToBottomCommand.html">ScrollToBottomCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The command that scrolls y-axis of chart to the minimal value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ScrollToLeftEndCommand" data-uid="C1.WPF.C1Chart.C1Chart.ScrollToLeftEndCommand">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ScrollToLeftEndCommand.html">ScrollToLeftEndCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The command that scrolls x-axis of chart to the minimal value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ScrollToRightEndCommand" data-uid="C1.WPF.C1Chart.C1Chart.ScrollToRightEndCommand">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ScrollToRightEndCommand.html">ScrollToRightEndCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The command that scrolls x-axis of chart to the maximum value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ScrollToTopCommand" data-uid="C1.WPF.C1Chart.C1Chart.ScrollToTopCommand">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ScrollToTopCommand.html">ScrollToTopCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The command that scrolls Y-axis of chart to the maximum value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ScrollUpCommand" data-uid="C1.WPF.C1Chart.C1Chart.ScrollUpCommand">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ScrollUpCommand.html">ScrollUpCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The command that scrolls y-axis of chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ThemeProperty" data-uid="C1.WPF.C1Chart.C1Chart.ThemeProperty">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ThemeProperty.html">ThemeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Theme dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ViewProperty" data-uid="C1.WPF.C1Chart.C1Chart.ViewProperty">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ViewProperty.html">ViewProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the View dependency property.</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_WPF_C1Chart_C1Chart_ActionUpdateDelay" data-uid="C1.WPF.C1Chart.C1Chart.ActionUpdateDelay">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ActionUpdateDelay.html#C1_WPF_C1Chart_C1Chart_ActionUpdateDelay">ActionUpdateDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart update delay in milliseconds after interactive action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_Actions" data-uid="C1.WPF.C1Chart.C1Chart.Actions">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.Actions.html#C1_WPF_C1Chart_C1Chart_Actions">Actions</a>
        </td>
        <td class="markdown level1 summary"><p>Stores the Action objects that control interactive features at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_Aggregate" data-uid="C1.WPF.C1Chart.C1Chart.Aggregate">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.Aggregate.html#C1_WPF_C1Chart_C1Chart_Aggregate">Aggregate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value which specifies how to aggregate data for charting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_AutoGenerateSeries" data-uid="C1.WPF.C1Chart.C1Chart.AutoGenerateSeries">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.AutoGenerateSeries.html#C1_WPF_C1Chart_C1Chart_AutoGenerateSeries">AutoGenerateSeries</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether data series are created automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_Bindings" data-uid="C1.WPF.C1Chart.C1Chart.Bindings">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.Bindings.html#C1_WPF_C1Chart_C1Chart_Bindings">Bindings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets chart bindings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ChartType" data-uid="C1.WPF.C1Chart.C1Chart.ChartType">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ChartType.html#C1_WPF_C1Chart_C1Chart_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_Children" data-uid="C1.WPF.C1Chart.C1Chart.Children">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.Children.html#C1_WPF_C1Chart_C1Chart_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of child elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_CustomPalette" data-uid="C1.WPF.C1Chart.C1Chart.CustomPalette">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.CustomPalette.html#C1_WPF_C1Chart_C1Chart_CustomPalette">CustomPalette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom brushes array for the plot elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_Data" data-uid="C1.WPF.C1Chart.C1Chart.Data">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.Data.html#C1_WPF_C1Chart_C1Chart_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_GradientMethod" data-uid="C1.WPF.C1Chart.C1Chart.GradientMethod">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.GradientMethod.html#C1_WPF_C1Chart_C1Chart_GradientMethod">GradientMethod</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies how to handle gradient brushes in themes and custom palettes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_LegendItems" data-uid="C1.WPF.C1Chart.C1Chart.LegendItems">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.LegendItems.html#C1_WPF_C1Chart_C1Chart_LegendItems">LegendItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of legend items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_Palette" data-uid="C1.WPF.C1Chart.C1Chart.Palette">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.Palette.html#C1_WPF_C1Chart_C1Chart_Palette">Palette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets color palette.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_Theme" data-uid="C1.WPF.C1Chart.C1Chart.Theme">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.Theme.html#C1_WPF_C1Chart_C1Chart_Theme">Theme</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart theme.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_View" data-uid="C1.WPF.C1Chart.C1Chart.View">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.View.html#C1_WPF_C1Chart_C1Chart_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart view.</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_WPF_C1Chart_C1Chart_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.C1Chart.C1Chart.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ArrangeOverride.html#C1_WPF_C1Chart_C1Chart_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Arranges and sizes the content of a control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_BeginUpdate" data-uid="C1.WPF.C1Chart.C1Chart.BeginUpdate">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.BeginUpdate.html#C1_WPF_C1Chart_C1Chart_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Starts batch updating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_EndUpdate" data-uid="C1.WPF.C1Chart.C1Chart.EndUpdate">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.EndUpdate.html#C1_WPF_C1Chart_C1Chart_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Ends batch updating.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_FindPlotElement_System_String_" data-uid="C1.WPF.C1Chart.C1Chart.FindPlotElement(System.String)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.FindPlotElement.html#C1_WPF_C1Chart_C1Chart_FindPlotElement_System_String_">FindPlotElement(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Find the plot element by its name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_OnInitialized_System_EventArgs_" data-uid="C1.WPF.C1Chart.C1Chart.OnInitialized(System.EventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.OnInitialized.html#C1_WPF_C1Chart_C1Chart_OnInitialized_System_EventArgs_">OnInitialized(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_OnMouseDown_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.C1Chart.C1Chart.OnMouseDown(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.OnMouseDown.html#C1_WPF_C1Chart_C1Chart_OnMouseDown_System_Windows_Input_MouseButtonEventArgs_">OnMouseDown(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles MouseDown event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_OnMouseMove_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.C1Chart.C1Chart.OnMouseMove(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.OnMouseMove.html#C1_WPF_C1Chart_C1Chart_OnMouseMove_System_Windows_Input_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles MouseMove event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_OnMouseUp_System_Windows_Input_MouseButtonEventArgs_" data-uid="C1.WPF.C1Chart.C1Chart.OnMouseUp(System.Windows.Input.MouseButtonEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.OnMouseUp.html#C1_WPF_C1Chart_C1Chart_OnMouseUp_System_Windows_Input_MouseButtonEventArgs_">OnMouseUp(MouseButtonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles MouseUp event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_" data-uid="C1.WPF.C1Chart.C1Chart.OnMouseWheel(System.Windows.Input.MouseWheelEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.OnMouseWheel.html#C1_WPF_C1Chart_C1Chart_OnMouseWheel_System_Windows_Input_MouseWheelEventArgs_">OnMouseWheel(MouseWheelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called before MouseWheel event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.C1Chart.C1Chart.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.OnPropertyChanged.html#C1_WPF_C1Chart_C1Chart_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when dependency property was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_OnRender_System_Windows_Media_DrawingContext_" data-uid="C1.WPF.C1Chart.C1Chart.OnRender(System.Windows.Media.DrawingContext)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.OnRender.html#C1_WPF_C1Chart_C1Chart_OnRender_System_Windows_Media_DrawingContext_">OnRender(DrawingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the content of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_OnVisualParentChanged_System_Windows_DependencyObject_" data-uid="C1.WPF.C1Chart.C1Chart.OnVisualParentChanged(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.OnVisualParentChanged.html#C1_WPF_C1Chart_C1Chart_OnVisualParentChanged_System_Windows_DependencyObject_">OnVisualParentChanged(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when visual parent was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_Reset_System_Boolean_" data-uid="C1.WPF.C1Chart.C1Chart.Reset(System.Boolean)">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.Reset.html#C1_WPF_C1Chart_C1Chart_Reset_System_Boolean_">Reset(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the chart specific properties to its default state.
The common control properties and properties controlling
visual appearance such as Background, Foreground, Palette, Theme
are not changed.</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_WPF_C1Chart_C1Chart_ActionEnter" data-uid="C1.WPF.C1Chart.C1Chart.ActionEnter">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ActionEnter.html">ActionEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when interactive action is started.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_ActionLeave" data-uid="C1.WPF.C1Chart.C1Chart.ActionLeave">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.ActionLeave.html">ActionLeave</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when interactive action is finished.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_C1Chart_PropertyChanged" data-uid="C1.WPF.C1Chart.C1Chart.PropertyChanged">
          <a class="xref" href="C1.WPF.C1Chart.C1Chart.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a property value was changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
