# C1.WPF.C1Chart.ChartView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_ChartView" data-uid="C1.WPF.C1Chart.ChartView" class="text-break">ChartView Class
</h1>
  <div class="markdown level0 summary"><p>Represents class view object that contains all visual plot elements:
axes, visualized data.</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.contentelement">ContentElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkcontentelement">FrameworkContentElement</a></div>
    <div class="level5"><span class="xref">ChartView</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>
  <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_ChartView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartView : FrameworkContentElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartView
    Inherits FrameworkContentElement
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_ChartView__ctor" data-uid="C1.WPF.C1Chart.ChartView.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.-ctor.html#C1_WPF_C1Chart_ChartView__ctor">ChartView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize an instance of ChartView 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_ChartView_AttachedToCameraProperty" data-uid="C1.WPF.C1Chart.ChartView.AttachedToCameraProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.AttachedToCameraProperty.html">AttachedToCameraProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AttachedToCamera attached dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_AxisSizeProperty" data-uid="C1.WPF.C1Chart.ChartView.AxisSizeProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.AxisSizeProperty.html">AxisSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AxisSize dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_AxisXProperty" data-uid="C1.WPF.C1Chart.ChartView.AxisXProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.AxisXProperty.html">AxisXProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AxisX dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_AxisYProperty" data-uid="C1.WPF.C1Chart.ChartView.AxisYProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.AxisYProperty.html">AxisYProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AxisY dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_AxisZProperty" data-uid="C1.WPF.C1Chart.ChartView.AxisZProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.AxisZProperty.html">AxisZProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AxisZ dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_BackgroundProperty" data-uid="C1.WPF.C1Chart.ChartView.BackgroundProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.BackgroundProperty.html">BackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Background dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_ForegroundProperty" data-uid="C1.WPF.C1Chart.ChartView.ForegroundProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.ForegroundProperty.html">ForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Foreground dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_InvertedProperty" data-uid="C1.WPF.C1Chart.ChartView.InvertedProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.InvertedProperty.html">InvertedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Inverted dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_LightsProperty" data-uid="C1.WPF.C1Chart.ChartView.LightsProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.LightsProperty.html">LightsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Lights dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_MarginProperty" data-uid="C1.WPF.C1Chart.ChartView.MarginProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.MarginProperty.html">MarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Margin dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_PerspectiveProperty" data-uid="C1.WPF.C1Chart.ChartView.PerspectiveProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PerspectiveProperty.html">PerspectiveProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Perspective dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_PlotBackgroundProperty" data-uid="C1.WPF.C1Chart.ChartView.PlotBackgroundProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PlotBackgroundProperty.html">PlotBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PlotBackground dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_RatioProperty" data-uid="C1.WPF.C1Chart.ChartView.RatioProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.RatioProperty.html">RatioProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Ratio dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_TransformProperty" data-uid="C1.WPF.C1Chart.ChartView.TransformProperty">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.TransformProperty.html">TransformProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Transform 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_ChartView_Axes" data-uid="C1.WPF.C1Chart.ChartView.Axes">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Axes.html#C1_WPF_C1Chart_ChartView_Axes">Axes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_AxisSize" data-uid="C1.WPF.C1Chart.ChartView.AxisSize">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.AxisSize.html#C1_WPF_C1Chart_ChartView_AxisSize">AxisSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the relative size of axis area comparing with
the whole plot cube.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_AxisX" data-uid="C1.WPF.C1Chart.ChartView.AxisX">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.AxisX.html#C1_WPF_C1Chart_ChartView_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets X axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_AxisY" data-uid="C1.WPF.C1Chart.ChartView.AxisY">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.AxisY.html#C1_WPF_C1Chart_ChartView_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets Y axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_AxisZ" data-uid="C1.WPF.C1Chart.ChartView.AxisZ">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.AxisZ.html#C1_WPF_C1Chart_ChartView_AxisZ">AxisZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets Z axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Background" data-uid="C1.WPF.C1Chart.ChartView.Background">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Background.html#C1_WPF_C1Chart_ChartView_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background brush for view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_CacheMode" data-uid="C1.WPF.C1Chart.ChartView.CacheMode">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.CacheMode.html#C1_WPF_C1Chart_ChartView_CacheMode">CacheMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cache mode of chart view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Camera" data-uid="C1.WPF.C1Chart.ChartView.Camera">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Camera.html#C1_WPF_C1Chart_ChartView_Camera">Camera</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets camera(3D only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Foreground" data-uid="C1.WPF.C1Chart.ChartView.Foreground">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Foreground.html#C1_WPF_C1Chart_ChartView_Foreground">Foreground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground brush for view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Inverted" data-uid="C1.WPF.C1Chart.ChartView.Inverted">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Inverted.html#C1_WPF_C1Chart_ChartView_Inverted">Inverted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the direction of plotting is inverted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Layers" data-uid="C1.WPF.C1Chart.ChartView.Layers">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Layers.html#C1_WPF_C1Chart_ChartView_Layers">Layers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of layers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Lights" data-uid="C1.WPF.C1Chart.ChartView.Lights">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Lights.html#C1_WPF_C1Chart_ChartView_Lights">Lights</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of lights(3D only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Margin" data-uid="C1.WPF.C1Chart.ChartView.Margin">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Margin.html#C1_WPF_C1Chart_ChartView_Margin">Margin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin of the plot area from the control edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Perspective" data-uid="C1.WPF.C1Chart.ChartView.Perspective">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Perspective.html#C1_WPF_C1Chart_ChartView_Perspective">Perspective</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of perspective transformation(3D only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_PlotAreaColumnDefinitions" data-uid="C1.WPF.C1Chart.ChartView.PlotAreaColumnDefinitions">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PlotAreaColumnDefinitions.html#C1_WPF_C1Chart_ChartView_PlotAreaColumnDefinitions">PlotAreaColumnDefinitions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of plot area column definitions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_PlotAreaRowDefinitions" data-uid="C1.WPF.C1Chart.ChartView.PlotAreaRowDefinitions">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PlotAreaRowDefinitions.html#C1_WPF_C1Chart_ChartView_PlotAreaRowDefinitions">PlotAreaRowDefinitions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of plot area row definitions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_PlotAreas" data-uid="C1.WPF.C1Chart.ChartView.PlotAreas">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PlotAreas.html#C1_WPF_C1Chart_ChartView_PlotAreas">PlotAreas</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the plot area collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_PlotBackground" data-uid="C1.WPF.C1Chart.ChartView.PlotBackground">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PlotBackground.html#C1_WPF_C1Chart_ChartView_PlotBackground">PlotBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background brush for plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_PlotRect" data-uid="C1.WPF.C1Chart.ChartView.PlotRect">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PlotRect.html#C1_WPF_C1Chart_ChartView_PlotRect">PlotRect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the plot rectangle (area inside axes).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_PlotShape" data-uid="C1.WPF.C1Chart.ChartView.PlotShape">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PlotShape.html#C1_WPF_C1Chart_ChartView_PlotShape">PlotShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shape that should be rendered on the plot background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Ratio" data-uid="C1.WPF.C1Chart.ChartView.Ratio">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Ratio.html#C1_WPF_C1Chart_ChartView_Ratio">Ratio</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets ratio of axes in plot cube(3D only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Transform" data-uid="C1.WPF.C1Chart.ChartView.Transform">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Transform.html#C1_WPF_C1Chart_ChartView_Transform">Transform</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets 3D transformation of view(3D only).</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_ChartView_DataIndexFromPoint_System_Windows_Point_System_Int32_C1_WPF_C1Chart_MeasureOption_System_Double__" data-uid="C1.WPF.C1Chart.ChartView.DataIndexFromPoint(System.Windows.Point,System.Int32,C1.WPF.C1Chart.MeasureOption,System.Double@)">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.DataIndexFromPoint.html#C1_WPF_C1Chart_ChartView_DataIndexFromPoint_System_Windows_Point_System_Int32_C1_WPF_C1Chart_MeasureOption_System_Double__">DataIndexFromPoint(Point, int, MeasureOption, out double)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the index of closest data point that corresponds to the specified point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_DataIndexToPoint_System_Int32_System_Int32_" data-uid="C1.WPF.C1Chart.ChartView.DataIndexToPoint(System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.DataIndexToPoint.html#C1_WPF_C1Chart_ChartView_DataIndexToPoint_System_Int32_System_Int32_">DataIndexToPoint(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the point that corresponds to the specified data point.
The data point is specified by its series and point indices.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_GetAttachedToCamera_System_Windows_DependencyObject_" data-uid="C1.WPF.C1Chart.ChartView.GetAttachedToCamera(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.GetAttachedToCamera.html#C1_WPF_C1Chart_ChartView_GetAttachedToCamera_System_Windows_DependencyObject_">GetAttachedToCamera(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of AttachedToCamera property for the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_GetPosition_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.C1Chart.ChartView.GetPosition(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.GetPosition.html#C1_WPF_C1Chart_ChartView_GetPosition_System_Windows_Input_MouseEventArgs_">GetPosition(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns coordinates of the mouse pointer in the ChartView space.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.C1Chart.ChartView.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.OnPropertyChanged.html#C1_WPF_C1Chart_ChartView_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_ChartView_PointFromData_System_Windows_Point_" data-uid="C1.WPF.C1Chart.ChartView.PointFromData(System.Windows.Point)">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PointFromData.html#C1_WPF_C1Chart_ChartView_PointFromData_System_Windows_Point_">PointFromData(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms the point from data coordinates to control coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_PointToData_System_Windows_Point_" data-uid="C1.WPF.C1Chart.ChartView.PointToData(System.Windows.Point)">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.PointToData.html#C1_WPF_C1Chart_ChartView_PointToData_System_Windows_Point_">PointToData(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms the point from control coordinates to data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_Reset" data-uid="C1.WPF.C1Chart.ChartView.Reset">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.Reset.html#C1_WPF_C1Chart_ChartView_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets view to default settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_ChartView_SetAttachedToCamera_System_Windows_DependencyObject_System_Boolean_" data-uid="C1.WPF.C1Chart.ChartView.SetAttachedToCamera(System.Windows.DependencyObject,System.Boolean)">
          <a class="xref" href="C1.WPF.C1Chart.ChartView.SetAttachedToCamera.html#C1_WPF_C1Chart_ChartView_SetAttachedToCamera_System_Windows_DependencyObject_System_Boolean_">SetAttachedToCamera(DependencyObject, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of AttachedToCamera property for the element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
