# C1.Win.FlexReport.Chart.ChartStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartStyle" data-uid="C1.Win.FlexReport.Chart.ChartStyle" class="text-break">ChartStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents the appearance of various elements of a chart,
including the chart itself, the chart area, legend, header, footer and labels.
Typically, an object's style and/or one or more of its properties are inherited
from the object's parent style or its default style.</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"><a class="xref" href="C1.Win.FlexReport.Chart.ChartPropertyBagObject.html">ChartPropertyBagObject</a></div>
    <div class="level3"><span class="xref">ChartStyle</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_ChartStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartStyle : ChartPropertyBagObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartStyle
    Inherits ChartPropertyBagObject
    Implements INotifyPropertyChanged, IC1Serializable</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_FlexReport_Chart_ChartStyle__ctor" data-uid="C1.Win.FlexReport.Chart.ChartStyle.#ctor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.-ctor.html#C1_Win_FlexReport_Chart_ChartStyle__ctor">ChartStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of ChartStyle object.</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_FlexReport_Chart_ChartStyle_Autowrap" data-uid="C1.Win.FlexReport.Chart.ChartStyle.Autowrap">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.Autowrap.html#C1_Win_FlexReport_Chart_ChartStyle_Autowrap">Autowrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether text automatically wraps.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_BackColor" data-uid="C1.Win.FlexReport.Chart.ChartStyle.BackColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.BackColor.html#C1_Win_FlexReport_Chart_ChartStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_BackColor2" data-uid="C1.Win.FlexReport.Chart.ChartStyle.BackColor2">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.BackColor2.html#C1_Win_FlexReport_Chart_ChartStyle_BackColor2">BackColor2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second background color for gradient or hatch background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_Border" data-uid="C1.Win.FlexReport.Chart.ChartStyle.Border">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.Border.html#C1_Win_FlexReport_Chart_ChartStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexReport.Chart.ChartBorder.html">ChartBorder</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_Font" data-uid="C1.Win.FlexReport.Chart.ChartStyle.Font">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.Font.html#C1_Win_FlexReport_Chart_ChartStyle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">C1.Report.FontHolder</span> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ForeColor" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ForeColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ForeColor.html#C1_Win_FlexReport_Chart_ChartStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_GradientStyle" data-uid="C1.Win.FlexReport.Chart.ChartStyle.GradientStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.GradientStyle.html#C1_Win_FlexReport_Chart_ChartStyle_GradientStyle">GradientStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of gradient background filling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_HatchStyle" data-uid="C1.Win.FlexReport.Chart.ChartStyle.HatchStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.HatchStyle.html#C1_Win_FlexReport_Chart_ChartStyle_HatchStyle">HatchStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of hatch background filling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_HorizontalAlignment" data-uid="C1.Win.FlexReport.Chart.ChartStyle.HorizontalAlignment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.HorizontalAlignment.html#C1_Win_FlexReport_Chart_ChartStyle_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_FlexReport_Chart_ChartStyle_ImageAlignment" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ImageAlignment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ImageAlignment.html#C1_Win_FlexReport_Chart_ChartStyle_ImageAlignment">ImageAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_Opaque" data-uid="C1.Win.FlexReport.Chart.ChartStyle.Opaque">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.Opaque.html#C1_Win_FlexReport_Chart_ChartStyle_Opaque">Opaque</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the background is opaque.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_Rotation" data-uid="C1.Win.FlexReport.Chart.ChartStyle.Rotation">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.Rotation.html#C1_Win_FlexReport_Chart_ChartStyle_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text rotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_VerticalAlignment" data-uid="C1.Win.FlexReport.Chart.ChartStyle.VerticalAlignment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.VerticalAlignment.html#C1_Win_FlexReport_Chart_ChartStyle_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_FlexReport_Chart_ChartStyle_VerticalText" data-uid="C1.Win.FlexReport.Chart.ChartStyle.VerticalText">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.VerticalText.html#C1_Win_FlexReport_Chart_ChartStyle_VerticalText">VerticalText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating 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_FlexReport_Chart_ChartStyle_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartStyle.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.AssignFrom.html#C1_Win_FlexReport_Chart_ChartStyle_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_ChartStyle_ResetAutowrap" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetAutowrap">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetAutowrap.html#C1_Win_FlexReport_Chart_ChartStyle_ResetAutowrap">ResetAutowrap()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Autowrap to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetBackColor" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetBackColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetBackColor.html#C1_Win_FlexReport_Chart_ChartStyle_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetBackColor2" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetBackColor2">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetBackColor2.html#C1_Win_FlexReport_Chart_ChartStyle_ResetBackColor2">ResetBackColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor2 to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetBorder" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetBorder">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetBorder.html#C1_Win_FlexReport_Chart_ChartStyle_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Border to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetFont" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetFont">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetFont.html#C1_Win_FlexReport_Chart_ChartStyle_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Font to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetForeColor" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetForeColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetForeColor.html#C1_Win_FlexReport_Chart_ChartStyle_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ForeColor to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetGradientStyle" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetGradientStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetGradientStyle.html#C1_Win_FlexReport_Chart_ChartStyle_ResetGradientStyle">ResetGradientStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the GradientStyle to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetHatchStyle" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetHatchStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetHatchStyle.html#C1_Win_FlexReport_Chart_ChartStyle_ResetHatchStyle">ResetHatchStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the HatchStyle to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetHorizontalAlignment" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetHorizontalAlignment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetHorizontalAlignment.html#C1_Win_FlexReport_Chart_ChartStyle_ResetHorizontalAlignment">ResetHorizontalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the HorizontalAlignment to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetImageAlignment" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetImageAlignment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetImageAlignment.html#C1_Win_FlexReport_Chart_ChartStyle_ResetImageAlignment">ResetImageAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ImageAlignment to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetOpaque" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetOpaque">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetOpaque.html#C1_Win_FlexReport_Chart_ChartStyle_ResetOpaque">ResetOpaque()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Opaque to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetRotation" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetRotation">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetRotation.html#C1_Win_FlexReport_Chart_ChartStyle_ResetRotation">ResetRotation()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Rotation to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetVerticalAlignment" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetVerticalAlignment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetVerticalAlignment.html#C1_Win_FlexReport_Chart_ChartStyle_ResetVerticalAlignment">ResetVerticalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the VerticalAlignment to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ResetVerticalText" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ResetVerticalText">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ResetVerticalText.html#C1_Win_FlexReport_Chart_ChartStyle_ResetVerticalText">ResetVerticalText()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the VerticalText to default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeAutowrap" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeAutowrap">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeAutowrap.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeAutowrap">ShouldSerializeAutowrap()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Autowrap is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeBackColor" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeBackColor.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if BackColor is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeBackColor2" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeBackColor2">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeBackColor2.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeBackColor2">ShouldSerializeBackColor2()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if BackColor2 is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeBorder" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeBorder">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeBorder.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeBorder">ShouldSerializeBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Border is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeFont" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeFont">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeFont.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeFont">ShouldSerializeFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Font is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeForeColor" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeForeColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeForeColor.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeForeColor">ShouldSerializeForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if ForeColor is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeGradientStyle" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeGradientStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeGradientStyle.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeGradientStyle">ShouldSerializeGradientStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if GradientStyle is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeHatchStyle" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeHatchStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeHatchStyle.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeHatchStyle">ShouldSerializeHatchStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if HatchStyle is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeHorizontalAlignment" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeHorizontalAlignment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeHorizontalAlignment.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeHorizontalAlignment">ShouldSerializeHorizontalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if HorizontalAlignment is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeImageAlignment" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeImageAlignment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeImageAlignment.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeImageAlignment">ShouldSerializeImageAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if ImageAlignment is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeOpaque" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeOpaque">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeOpaque.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeOpaque">ShouldSerializeOpaque()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Opaque is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeRotation" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeRotation">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeRotation.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeRotation">ShouldSerializeRotation()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if Rotation is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeVerticalAlignment" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeVerticalAlignment">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeVerticalAlignment.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeVerticalAlignment">ShouldSerializeVerticalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if VerticalAlignment is in default state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeVerticalText" data-uid="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeVerticalText">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartStyle.ShouldSerializeVerticalText.html#C1_Win_FlexReport_Chart_ChartStyle_ShouldSerializeVerticalText">ShouldSerializeVerticalText()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns false if VerticalText is in default state.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
