# C1.Win.FlexReport.Chart.Chart3DView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_Chart3DView" data-uid="C1.Win.FlexReport.Chart.Chart3DView" class="text-break">Chart3DView Class
</h1>
  <div class="markdown level0 summary"><p>Represents three-dimensional features of a 3D chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a></div>
    <div class="level2"><span class="xref">Chart3DView</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1Serializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_Chart3DView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart3DView : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart3DView
    Inherits ChartObject
    Implements INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <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_FlexReport_Chart_Chart3DView_AutoFit" data-uid="C1.Win.FlexReport.Chart.Chart3DView.AutoFit">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.AutoFit.html#C1_Win_FlexReport_Chart_Chart3DView_AutoFit">AutoFit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the x/y ratio for 2D projection is calculated automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_AxisFont" data-uid="C1.Win.FlexReport.Chart.Chart3DView.AxisFont">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.AxisFont.html#C1_Win_FlexReport_Chart_Chart3DView_AxisFont">AxisFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis annotation font, measured in hundredths of the unit cube size. All axes have the same axis font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_AxisTitleFont" data-uid="C1.Win.FlexReport.Chart.Chart3DView.AxisTitleFont">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.AxisTitleFont.html#C1_Win_FlexReport_Chart_Chart3DView_AxisTitleFont">AxisTitleFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis title font, measured in hundredths of the unit cube size. All axes have the same axis title font.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_BackColor" data-uid="C1.Win.FlexReport.Chart.Chart3DView.BackColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.BackColor.html#C1_Win_FlexReport_Chart_Chart3DView_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of plot cube.
Inherits from Chart3DArea.Style.BackColor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_Boxed" data-uid="C1.Win.FlexReport.Chart.Chart3DView.Boxed">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.Boxed.html#C1_Win_FlexReport_Chart_Chart3DView_Boxed">Boxed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether all plotting cube edges are rendered.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_Ceiling" data-uid="C1.Win.FlexReport.Chart.Chart3DView.Ceiling">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.Ceiling.html#C1_Win_FlexReport_Chart_Chart3DView_Ceiling">Ceiling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Chart3DProject object for ceiling.
The projection of contours and zones onto the z=zmax plane. This property is used only in surface charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_Floor" data-uid="C1.Win.FlexReport.Chart.Chart3DView.Floor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.Floor.html#C1_Win_FlexReport_Chart_Chart3DView_Floor">Floor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Chart3DProject object for floor.
The projection of contours and zones onto the z=zmin plane. This property is used only in surface charts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_ForeColor" data-uid="C1.Win.FlexReport.Chart.Chart3DView.ForeColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.ForeColor.html#C1_Win_FlexReport_Chart_Chart3DView_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of plot cube.
Inherits from Chart3DArea.Style.ForeColor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_Perspective" data-uid="C1.Win.FlexReport.Chart.Chart3DView.Perspective">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.Perspective.html#C1_Win_FlexReport_Chart_Chart3DView_Perspective">Perspective</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the perspective of 3-D view.
Must be a value greater than 1. Higher values reduce the perspective effect and approach a parallel projection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_RotationX" data-uid="C1.Win.FlexReport.Chart.Chart3DView.RotationX">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.RotationX.html#C1_Win_FlexReport_Chart_Chart3DView_RotationX">RotationX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation of the plot cube about the X-axis, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_RotationY" data-uid="C1.Win.FlexReport.Chart.Chart3DView.RotationY">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.RotationY.html#C1_Win_FlexReport_Chart_Chart3DView_RotationY">RotationY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation of the plot cube about the Y-axis, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_RotationZ" data-uid="C1.Win.FlexReport.Chart.Chart3DView.RotationZ">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.RotationZ.html#C1_Win_FlexReport_Chart_Chart3DView_RotationZ">RotationZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation of the plot cube about the Z-axis, in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_TextRotation" data-uid="C1.Win.FlexReport.Chart.Chart3DView.TextRotation">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.TextRotation.html#C1_Win_FlexReport_Chart_Chart3DView_TextRotation">TextRotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets text rotation for axis titles and axis annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_View3D" data-uid="C1.Win.FlexReport.Chart.Chart3DView.View3D">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.View3D.html#C1_Win_FlexReport_Chart_Chart3DView_View3D">View3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the predefined view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_ViewportHorizontalShift" data-uid="C1.Win.FlexReport.Chart.Chart3DView.ViewportHorizontalShift">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.ViewportHorizontalShift.html#C1_Win_FlexReport_Chart_Chart3DView_ViewportHorizontalShift">ViewportHorizontalShift</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets horizontal shift of chart viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_ViewportScale" data-uid="C1.Win.FlexReport.Chart.Chart3DView.ViewportScale">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.ViewportScale.html#C1_Win_FlexReport_Chart_Chart3DView_ViewportScale">ViewportScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the degree of scaling (zooming) of chart viewport up or down from a full (maximal, non-clipped) view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_ViewportVerticalShift" data-uid="C1.Win.FlexReport.Chart.Chart3DView.ViewportVerticalShift">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.ViewportVerticalShift.html#C1_Win_FlexReport_Chart_Chart3DView_ViewportVerticalShift">ViewportVerticalShift</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical shift of chart viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_XScale" data-uid="C1.Win.FlexReport.Chart.Chart3DView.XScale">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.XScale.html#C1_Win_FlexReport_Chart_Chart3DView_XScale">XScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of scaling in the X-axis direction, measured as relation to the height (Z-axis) of the cube.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_YScale" data-uid="C1.Win.FlexReport.Chart.Chart3DView.YScale">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.YScale.html#C1_Win_FlexReport_Chart_Chart3DView_YScale">YScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of scaling in the Y-axis direction, measured as relation to the height (Z-axis) of the cube.</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_FlexReport_Chart_Chart3DView_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.Chart3DView.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.AssignFrom.html#C1_Win_FlexReport_Chart_Chart3DView_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_">AssignFrom(ChartObject)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.
Assigns (copies) properties from another <a class="xref" href="C1.Win.FlexReport.Chart.ChartObject.html">ChartObject</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_ResetBackColor" data-uid="C1.Win.FlexReport.Chart.Chart3DView.ResetBackColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.ResetBackColor.html#C1_Win_FlexReport_Chart_Chart3DView_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor property to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_ResetForeColor" data-uid="C1.Win.FlexReport.Chart.Chart3DView.ResetForeColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.ResetForeColor.html#C1_Win_FlexReport_Chart_Chart3DView_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ForeColor property to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_ShouldSerializeBackColor" data-uid="C1.Win.FlexReport.Chart.Chart3DView.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.ShouldSerializeBackColor.html#C1_Win_FlexReport_Chart_Chart3DView_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the BackColor property is in the default state.
The default state is to inherit the BackColor from the Chart3DArea object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_Chart3DView_ShouldSerializeForeColor" data-uid="C1.Win.FlexReport.Chart.Chart3DView.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.Chart3DView.ShouldSerializeForeColor.html#C1_Win_FlexReport_Chart_Chart3DView_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the ForeColor property is in the default state.
The default state is to inherit the ForeColor from the Chart3DArea object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
