# C1.Win.C1Chart3D.Style

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Style" data-uid="C1.Win.C1Chart3D.Style" class="text-break">Style Class
</h1>
  <div class="markdown level0 summary"><p>The Style class is used to describe the appearance of various elements of the chart,
include the chart itself, the ChartArea, the Legend, the Header, the Footer and Labels.
Typically, an object’s style and one or more of its properties are inherited the object’s parent.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Style</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_Style_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class Style</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class Style</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_C1Chart3D_Style_Autowrap" data-uid="C1.Win.C1Chart3D.Style.Autowrap">
          <a class="xref" href="C1.Win.C1Chart3D.Style.Autowrap.html#C1_Win_C1Chart3D_Style_Autowrap">Autowrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the text is automatically wrapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_BackColor" data-uid="C1.Win.C1Chart3D.Style.BackColor">
          <a class="xref" href="C1.Win.C1Chart3D.Style.BackColor.html#C1_Win_C1Chart3D_Style_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_BackColor2" data-uid="C1.Win.C1Chart3D.Style.BackColor2">
          <a class="xref" href="C1.Win.C1Chart3D.Style.BackColor2.html#C1_Win_C1Chart3D_Style_BackColor2">BackColor2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gradient or hatch background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_Border" data-uid="C1.Win.C1Chart3D.Style.Border">
          <a class="xref" href="C1.Win.C1Chart3D.Style.Border.html#C1_Win_C1Chart3D_Style_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the border object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_Font" data-uid="C1.Win.C1Chart3D.Style.Font">
          <a class="xref" href="C1.Win.C1Chart3D.Style.Font.html#C1_Win_C1Chart3D_Style_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ForeColor" data-uid="C1.Win.C1Chart3D.Style.ForeColor">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ForeColor.html#C1_Win_C1Chart3D_Style_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_GradientStyle" data-uid="C1.Win.C1Chart3D.Style.GradientStyle">
          <a class="xref" href="C1.Win.C1Chart3D.Style.GradientStyle.html#C1_Win_C1Chart3D_Style_GradientStyle">GradientStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the style of the background gradient filling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_HatchStyle" data-uid="C1.Win.C1Chart3D.Style.HatchStyle">
          <a class="xref" href="C1.Win.C1Chart3D.Style.HatchStyle.html#C1_Win_C1Chart3D_Style_HatchStyle">HatchStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the style of the background hatch filling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_HorizontalAlignment" data-uid="C1.Win.C1Chart3D.Style.HorizontalAlignment">
          <a class="xref" href="C1.Win.C1Chart3D.Style.HorizontalAlignment.html#C1_Win_C1Chart3D_Style_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text horizontal alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ImageAlignment" data-uid="C1.Win.C1Chart3D.Style.ImageAlignment">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ImageAlignment.html#C1_Win_C1Chart3D_Style_ImageAlignment">ImageAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_Opaque" data-uid="C1.Win.C1Chart3D.Style.Opaque">
          <a class="xref" href="C1.Win.C1Chart3D.Style.Opaque.html#C1_Win_C1Chart3D_Style_Opaque">Opaque</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the whether the background is opaque.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_Rotation" data-uid="C1.Win.C1Chart3D.Style.Rotation">
          <a class="xref" href="C1.Win.C1Chart3D.Style.Rotation.html#C1_Win_C1Chart3D_Style_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text rotational orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_VerticalAlignment" data-uid="C1.Win.C1Chart3D.Style.VerticalAlignment">
          <a class="xref" href="C1.Win.C1Chart3D.Style.VerticalAlignment.html#C1_Win_C1Chart3D_Style_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text vertical alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_VerticalText" data-uid="C1.Win.C1Chart3D.Style.VerticalText">
          <a class="xref" href="C1.Win.C1Chart3D.Style.VerticalText.html#C1_Win_C1Chart3D_Style_VerticalText">VerticalText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether text is displayed vertically.</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_C1Chart3D_Style_ResetAutowrap" data-uid="C1.Win.C1Chart3D.Style.ResetAutowrap">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ResetAutowrap.html#C1_Win_C1Chart3D_Style_ResetAutowrap">ResetAutowrap()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets Autowrap property to the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ResetBorder" data-uid="C1.Win.C1Chart3D.Style.ResetBorder">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ResetBorder.html#C1_Win_C1Chart3D_Style_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the border to the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ResetVerticalText" data-uid="C1.Win.C1Chart3D.Style.ResetVerticalText">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ResetVerticalText.html#C1_Win_C1Chart3D_Style_ResetVerticalText">ResetVerticalText()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the inheritance state of the style VerticalText.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ShouldSerializeAutowrap" data-uid="C1.Win.C1Chart3D.Style.ShouldSerializeAutowrap">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ShouldSerializeAutowrap.html#C1_Win_C1Chart3D_Style_ShouldSerializeAutowrap">ShouldSerializeAutowrap()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Style Autowrap property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ShouldSerializeBackColor" data-uid="C1.Win.C1Chart3D.Style.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ShouldSerializeBackColor.html#C1_Win_C1Chart3D_Style_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Style BackColor property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ShouldSerializeBackColor2" data-uid="C1.Win.C1Chart3D.Style.ShouldSerializeBackColor2">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ShouldSerializeBackColor2.html#C1_Win_C1Chart3D_Style_ShouldSerializeBackColor2">ShouldSerializeBackColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Style BackColor2 property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ShouldSerializeFont" data-uid="C1.Win.C1Chart3D.Style.ShouldSerializeFont">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ShouldSerializeFont.html#C1_Win_C1Chart3D_Style_ShouldSerializeFont">ShouldSerializeFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Style Font property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ShouldSerializeForeColor" data-uid="C1.Win.C1Chart3D.Style.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ShouldSerializeForeColor.html#C1_Win_C1Chart3D_Style_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Style ForeColor property is in the default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Style_ShouldSerializeVerticalText" data-uid="C1.Win.C1Chart3D.Style.ShouldSerializeVerticalText">
          <a class="xref" href="C1.Win.C1Chart3D.Style.ShouldSerializeVerticalText.html#C1_Win_C1Chart3D_Style_ShouldSerializeVerticalText">ShouldSerializeVerticalText()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if the Style <a class="xref" href="C1.Win.C1Chart3D.Style.VerticalText.html#C1_Win_C1Chart3D_Style_VerticalText">VerticalText</a> property is in the default state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
