# C1.Win.FlexReport.Chart.ChartFillStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartFillStyle" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle" class="text-break">ChartFillStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents the fill style of various elements of the chart,
including the chart itself, the chart area, legend, header, footer and labels.</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">ChartFillStyle</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_ChartFillStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartFillStyle : ChartObject, INotifyPropertyChanged, IC1Serializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartFillStyle
    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_ChartFillStyle_Alpha" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.Alpha">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.Alpha.html#C1_Win_FlexReport_Chart_ChartFillStyle_Alpha">Alpha</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill alpha value (transparency).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFillStyle_Color1" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.Color1">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.Color1.html#C1_Win_FlexReport_Chart_ChartFillStyle_Color1">Color1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFillStyle_Color2" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.Color2">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.Color2.html#C1_Win_FlexReport_Chart_ChartFillStyle_Color2">Color2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second fill color.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFillStyle_FillType" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.FillType">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.FillType.html#C1_Win_FlexReport_Chart_ChartFillStyle_FillType">FillType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFillStyle_GradientStyle" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.GradientStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.GradientStyle.html#C1_Win_FlexReport_Chart_ChartFillStyle_GradientStyle">GradientStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill gradient style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFillStyle_HatchStyle" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.HatchStyle">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.HatchStyle.html#C1_Win_FlexReport_Chart_ChartFillStyle_HatchStyle">HatchStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill hatch style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFillStyle_Image" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.Image">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.Image.html#C1_Win_FlexReport_Chart_ChartFillStyle_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFillStyle_OutlineColor" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.OutlineColor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.OutlineColor.html#C1_Win_FlexReport_Chart_ChartFillStyle_OutlineColor">OutlineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of filled region outlines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartFillStyle_OutlineThickness" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.OutlineThickness">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.OutlineThickness.html#C1_Win_FlexReport_Chart_ChartFillStyle_OutlineThickness">OutlineThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of filled region outlines.</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_ChartFillStyle_AssignFrom_C1_Win_FlexReport_Chart_ChartObject_" data-uid="C1.Win.FlexReport.Chart.ChartFillStyle.AssignFrom(C1.Win.FlexReport.Chart.ChartObject)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartFillStyle.AssignFrom.html#C1_Win_FlexReport_Chart_ChartFillStyle_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>
    </tbody>
  </table>

</div>
