# C1.WPF.Chart.Extended.ColorAxis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Extended_ColorAxis" data-uid="C1.WPF.Chart.Extended.ColorAxis" class="text-break">ColorAxis Class
</h1>
  <div class="markdown level0 summary"><p>Represents gradient color axis.</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="../C1.WPF.FlexChart.4.6.2/C1.WPF.Chart.Axis.html">Axis</a></div>
    <div class="level4"><span class="xref">ColorAxis</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IScrollableAxis</span></div>
    <div><span class="xref">IAxis2</span></div>
    <div><span class="xref">IColorAxis</span></div>
    <div><span class="xref">IAxis</span></div>
    <div><span class="xref">IStyleProvider</span></div>
    <div><span class="xref">ICustomRendering</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.Extended.html">C1.WPF.Chart.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexChart.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Chart_Extended_ColorAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ColorAxis : Axis, IScrollableAxis, IAxis2, IColorAxis, IAxis, IStyleProvider, ICustomRendering</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ColorAxis
    Inherits Axis
    Implements IScrollableAxis, IAxis2, IColorAxis, IAxis, IStyleProvider, ICustomRendering</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_Chart_Extended_ColorAxis__ctor" data-uid="C1.WPF.Chart.Extended.ColorAxis.#ctor">
          <a class="xref" href="C1.WPF.Chart.Extended.ColorAxis.-ctor.html#C1_WPF_Chart_Extended_ColorAxis__ctor">ColorAxis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of ColorAxis class.</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_Chart_Extended_ColorAxis_AxisType" data-uid="C1.WPF.Chart.Extended.ColorAxis.AxisType">
          <a class="xref" href="C1.WPF.Chart.Extended.ColorAxis.AxisType.html#C1_WPF_Chart_Extended_ColorAxis_AxisType">AxisType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis type.</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_Chart_Extended_ColorAxis_GetHeight_C1_Chart_IRenderEngine_System_Double_" data-uid="C1.WPF.Chart.Extended.ColorAxis.GetHeight(C1.Chart.IRenderEngine,System.Double)">
          <a class="xref" href="C1.WPF.Chart.Extended.ColorAxis.GetHeight.html#C1_WPF_Chart_Extended_ColorAxis_GetHeight_C1_Chart_IRenderEngine_System_Double_">GetHeight(IRenderEngine, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Get the axis height.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
