# C1.WPF.C1Chart.Axis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_Axis" data-uid="C1.WPF.C1Chart.Axis" class="text-break">Axis Class
</h1>
  <div class="markdown level0 summary"><p>Represents the class for Axis object. The axes appear on the plot area of the 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="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="https://learn.microsoft.com/dotnet/api/system.windows.contentelement">ContentElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkcontentelement">FrameworkContentElement</a></div>
    <div class="level5"><span class="xref">Axis</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_Axis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Axis : FrameworkContentElement, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Axis
    Inherits FrameworkContentElement
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, INotifyPropertyChanged</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_C1Chart_Axis__ctor" data-uid="C1.WPF.C1Chart.Axis.#ctor">
          <a class="xref" href="C1.WPF.C1Chart.Axis.-ctor.html#C1_WPF_C1Chart_Axis__ctor">Axis()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of the <span class="xref">C1.Silverlight.Chart.Axis</span> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoAngleProperty" data-uid="C1.WPF.C1Chart.Axis.AnnoAngleProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoAngleProperty.html">AnnoAngleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AnnoAngle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoFormatProperty" data-uid="C1.WPF.C1Chart.Axis.AnnoFormatProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoFormatProperty.html">AnnoFormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AnnoFormat dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoPositionProperty" data-uid="C1.WPF.C1Chart.Axis.AnnoPositionProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoPositionProperty.html">AnnoPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AnnoPosition dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoTemplateProperty" data-uid="C1.WPF.C1Chart.Axis.AnnoTemplateProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoTemplateProperty.html">AnnoTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AnnoTemplate dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoVisibilityProperty" data-uid="C1.WPF.C1Chart.Axis.AnnoVisibilityProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoVisibilityProperty.html">AnnoVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AnnoVisibility dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AutoMaxProperty" data-uid="C1.WPF.C1Chart.Axis.AutoMaxProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AutoMaxProperty.html">AutoMaxProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AutoMax dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AutoMinProperty" data-uid="C1.WPF.C1Chart.Axis.AutoMinProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AutoMinProperty.html">AutoMinProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AutoMin dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AxisLineProperty" data-uid="C1.WPF.C1Chart.Axis.AxisLineProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AxisLineProperty.html">AxisLineProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the AxisLine dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_DataPointProperty" data-uid="C1.WPF.C1Chart.Axis.DataPointProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.DataPointProperty.html">DataPointProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Attached property that represents axis annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontFamilyProperty" data-uid="C1.WPF.C1Chart.Axis.FontFamilyProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontFamilyProperty.html">FontFamilyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the FontFamily dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontSizeProperty" data-uid="C1.WPF.C1Chart.Axis.FontSizeProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontSizeProperty.html">FontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the FontSize dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontStretchProperty" data-uid="C1.WPF.C1Chart.Axis.FontStretchProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontStretchProperty.html">FontStretchProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the FontStretch dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontStyleProperty" data-uid="C1.WPF.C1Chart.Axis.FontStyleProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontStyleProperty.html">FontStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the FontStyle dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontWeightProperty" data-uid="C1.WPF.C1Chart.Axis.FontWeightProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontWeightProperty.html">FontWeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the FontWeight dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ForegroundProperty" data-uid="C1.WPF.C1Chart.Axis.ForegroundProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ForegroundProperty.html">ForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Foreground dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_IsTimeProperty" data-uid="C1.WPF.C1Chart.Axis.IsTimeProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.IsTimeProperty.html">IsTimeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the IsTime dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ItemsLabelBindingProperty" data-uid="C1.WPF.C1Chart.Axis.ItemsLabelBindingProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ItemsLabelBindingProperty.html">ItemsLabelBindingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ItemsLabelBinding dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ItemsSourceProperty" data-uid="C1.WPF.C1Chart.Axis.ItemsSourceProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ItemsSource dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ItemsValueBindingProperty" data-uid="C1.WPF.C1Chart.Axis.ItemsValueBindingProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ItemsValueBindingProperty.html">ItemsValueBindingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the ItemsValueBinding dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_LogBaseProperty" data-uid="C1.WPF.C1Chart.Axis.LogBaseProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.LogBaseProperty.html">LogBaseProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the LogBase dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorGridFillProperty" data-uid="C1.WPF.C1Chart.Axis.MajorGridFillProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorGridFillProperty.html">MajorGridFillProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MajorGridFill dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorGridStrokeDashesProperty" data-uid="C1.WPF.C1Chart.Axis.MajorGridStrokeDashesProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorGridStrokeDashesProperty.html">MajorGridStrokeDashesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MajorGridStrokeDashArray dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorGridStrokeProperty" data-uid="C1.WPF.C1Chart.Axis.MajorGridStrokeProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorGridStrokeProperty.html">MajorGridStrokeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MajorGridStroke dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorGridStrokeThicknessProperty" data-uid="C1.WPF.C1Chart.Axis.MajorGridStrokeThicknessProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorGridStrokeThicknessProperty.html">MajorGridStrokeThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MajorGridStrokeThickness dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorTickHeightProperty" data-uid="C1.WPF.C1Chart.Axis.MajorTickHeightProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorTickHeightProperty.html">MajorTickHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MajorTickHeight dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorTickOverlapProperty" data-uid="C1.WPF.C1Chart.Axis.MajorTickOverlapProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorTickOverlapProperty.html">MajorTickOverlapProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MajorTickOverlap dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorTickStrokeProperty" data-uid="C1.WPF.C1Chart.Axis.MajorTickStrokeProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorTickStrokeProperty.html">MajorTickStrokeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MajorTickStroke dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorTickThicknessProperty" data-uid="C1.WPF.C1Chart.Axis.MajorTickThicknessProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorTickThicknessProperty.html">MajorTickThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MajorTickThickness dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorUnitProperty" data-uid="C1.WPF.C1Chart.Axis.MajorUnitProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorUnitProperty.html">MajorUnitProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MajorUnit dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MaxProperty" data-uid="C1.WPF.C1Chart.Axis.MaxProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MaxProperty.html">MaxProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Max dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinProperty" data-uid="C1.WPF.C1Chart.Axis.MinProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinProperty.html">MinProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Min dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinScaleProperty" data-uid="C1.WPF.C1Chart.Axis.MinScaleProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinScaleProperty.html">MinScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinScale dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorGridStrokeDashesProperty" data-uid="C1.WPF.C1Chart.Axis.MinorGridStrokeDashesProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorGridStrokeDashesProperty.html">MinorGridStrokeDashesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinorGridStrokeDashArray dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorGridStrokeProperty" data-uid="C1.WPF.C1Chart.Axis.MinorGridStrokeProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorGridStrokeProperty.html">MinorGridStrokeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinorGridStroke dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorGridStrokeThicknessProperty" data-uid="C1.WPF.C1Chart.Axis.MinorGridStrokeThicknessProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorGridStrokeThicknessProperty.html">MinorGridStrokeThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinorGridStrokeThickness dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorTickHeightProperty" data-uid="C1.WPF.C1Chart.Axis.MinorTickHeightProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorTickHeightProperty.html">MinorTickHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinorTickHeight dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorTickOverlapProperty" data-uid="C1.WPF.C1Chart.Axis.MinorTickOverlapProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorTickOverlapProperty.html">MinorTickOverlapProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinorTickOverlap dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorTickStrokeProperty" data-uid="C1.WPF.C1Chart.Axis.MinorTickStrokeProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorTickStrokeProperty.html">MinorTickStrokeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinorTickStroke dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorTickThicknessProperty" data-uid="C1.WPF.C1Chart.Axis.MinorTickThicknessProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorTickThicknessProperty.html">MinorTickThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinorTickThickness dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorUnitProperty" data-uid="C1.WPF.C1Chart.Axis.MinorUnitProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorUnitProperty.html">MinorUnitProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the MinorUnit dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_OriginProperty" data-uid="C1.WPF.C1Chart.Axis.OriginProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.OriginProperty.html">OriginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Origin dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_PlotAreaIndexProperty" data-uid="C1.WPF.C1Chart.Axis.PlotAreaIndexProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.PlotAreaIndexProperty.html">PlotAreaIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the PlotAreaIndex dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_PositionProperty" data-uid="C1.WPF.C1Chart.Axis.PositionProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.PositionProperty.html">PositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Position dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_RadarLabelVisibilityProperty" data-uid="C1.WPF.C1Chart.Axis.RadarLabelVisibilityProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.RadarLabelVisibilityProperty.html">RadarLabelVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for RadarLabelVisibility.  This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_RadarPointIndicesProperty" data-uid="C1.WPF.C1Chart.Axis.RadarPointIndicesProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.RadarPointIndicesProperty.html">RadarPointIndicesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for PointIndices.  This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ReversedProperty" data-uid="C1.WPF.C1Chart.Axis.ReversedProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ReversedProperty.html">ReversedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Reversed dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ScaleProperty" data-uid="C1.WPF.C1Chart.Axis.ScaleProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ScaleProperty.html">ScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Scale dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_TitleProperty" data-uid="C1.WPF.C1Chart.Axis.TitleProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.TitleProperty.html">TitleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Title dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_UseExactLimitsProperty" data-uid="C1.WPF.C1Chart.Axis.UseExactLimitsProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.UseExactLimitsProperty.html">UseExactLimitsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for UseExactLimits.  This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ValueProperty" data-uid="C1.WPF.C1Chart.Axis.ValueProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ValueProperty.html">ValueProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Value dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_VisibleProperty" data-uid="C1.WPF.C1Chart.Axis.VisibleProperty">
          <a class="xref" href="C1.WPF.C1Chart.Axis.VisibleProperty.html">VisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Visible dependency property.</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_C1Chart_Axis_ActualMax" data-uid="C1.WPF.C1Chart.Axis.ActualMax">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ActualMax.html#C1_WPF_C1Chart_Axis_ActualMax">ActualMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual axis maximum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ActualMin" data-uid="C1.WPF.C1Chart.Axis.ActualMin">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ActualMin.html#C1_WPF_C1Chart_Axis_ActualMin">ActualMin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual axis minimum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoAngle" data-uid="C1.WPF.C1Chart.Axis.AnnoAngle">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoAngle.html#C1_WPF_C1Chart_Axis_AnnoAngle">AnnoAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle of axis annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoFormat" data-uid="C1.WPF.C1Chart.Axis.AnnoFormat">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoFormat.html#C1_WPF_C1Chart_Axis_AnnoFormat">AnnoFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format of the axis annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoPosition" data-uid="C1.WPF.C1Chart.Axis.AnnoPosition">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoPosition.html#C1_WPF_C1Chart_Axis_AnnoPosition">AnnoPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the annotation position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoTemplate" data-uid="C1.WPF.C1Chart.Axis.AnnoTemplate">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoTemplate.html#C1_WPF_C1Chart_Axis_AnnoTemplate">AnnoTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to create the axis annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoVisibility" data-uid="C1.WPF.C1Chart.Axis.AnnoVisibility">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoVisibility.html#C1_WPF_C1Chart_Axis_AnnoVisibility">AnnoVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the annotation visibility.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AutoMax" data-uid="C1.WPF.C1Chart.Axis.AutoMax">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AutoMax.html#C1_WPF_C1Chart_Axis_AutoMax">AutoMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the maximum value for the axis is set automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AutoMin" data-uid="C1.WPF.C1Chart.Axis.AutoMin">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AutoMin.html#C1_WPF_C1Chart_Axis_AutoMin">AutoMin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the minimum value for the axis is set automatically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AxisLine" data-uid="C1.WPF.C1Chart.Axis.AxisLine">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AxisLine.html#C1_WPF_C1Chart_Axis_AxisLine">AxisLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AxisType" data-uid="C1.WPF.C1Chart.Axis.AxisType">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AxisType.html#C1_WPF_C1Chart_Axis_AxisType">AxisType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis type for the auxiliary axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_DependentAxisConverter" data-uid="C1.WPF.C1Chart.Axis.DependentAxisConverter">
          <a class="xref" href="C1.WPF.C1Chart.Axis.DependentAxisConverter.html#C1_WPF_C1Chart_Axis_DependentAxisConverter">DependentAxisConverter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets axis value converter for dependent axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontFamily" data-uid="C1.WPF.C1Chart.Axis.FontFamily">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontFamily.html#C1_WPF_C1Chart_Axis_FontFamily">FontFamily</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets font family for the axis annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontSize" data-uid="C1.WPF.C1Chart.Axis.FontSize">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontSize.html#C1_WPF_C1Chart_Axis_FontSize">FontSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets font size for the axis annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontStretch" data-uid="C1.WPF.C1Chart.Axis.FontStretch">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontStretch.html#C1_WPF_C1Chart_Axis_FontStretch">FontStretch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets font stretch for the axis annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontStyle" data-uid="C1.WPF.C1Chart.Axis.FontStyle">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontStyle.html#C1_WPF_C1Chart_Axis_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets font style for the axis annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_FontWeight" data-uid="C1.WPF.C1Chart.Axis.FontWeight">
          <a class="xref" href="C1.WPF.C1Chart.Axis.FontWeight.html#C1_WPF_C1Chart_Axis_FontWeight">FontWeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets font weight for the axis annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Foreground" data-uid="C1.WPF.C1Chart.Axis.Foreground">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Foreground.html#C1_WPF_C1Chart_Axis_Foreground">Foreground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground brush of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_IsDependent" data-uid="C1.WPF.C1Chart.Axis.IsDependent">
          <a class="xref" href="C1.WPF.C1Chart.Axis.IsDependent.html#C1_WPF_C1Chart_Axis_IsDependent">IsDependent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the axis is dependent from the main chart axis.
Only for auxiliary axes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_IsTime" data-uid="C1.WPF.C1Chart.Axis.IsTime">
          <a class="xref" href="C1.WPF.C1Chart.Axis.IsTime.html#C1_WPF_C1Chart_Axis_IsTime">IsTime</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the axis represents time values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ItemsLabelBinding" data-uid="C1.WPF.C1Chart.Axis.ItemsLabelBinding">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ItemsLabelBinding.html#C1_WPF_C1Chart_Axis_ItemsLabelBinding">ItemsLabelBinding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the binding for axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ItemsSource" data-uid="C1.WPF.C1Chart.Axis.ItemsSource">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ItemsSource.html#C1_WPF_C1Chart_Axis_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the source for axis annotations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ItemsValueBinding" data-uid="C1.WPF.C1Chart.Axis.ItemsValueBinding">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ItemsValueBinding.html#C1_WPF_C1Chart_Axis_ItemsValueBinding">ItemsValueBinding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the binding for axis values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_LogBase" data-uid="C1.WPF.C1Chart.Axis.LogBase">
          <a class="xref" href="C1.WPF.C1Chart.Axis.LogBase.html#C1_WPF_C1Chart_Axis_LogBase">LogBase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logarithmic base for the axis. Default value double.Nan
corresponds to the default linear axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorGridFill" data-uid="C1.WPF.C1Chart.Axis.MajorGridFill">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorGridFill.html#C1_WPF_C1Chart_Axis_MajorGridFill">MajorGridFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to fill the major grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorGridStroke" data-uid="C1.WPF.C1Chart.Axis.MajorGridStroke">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorGridStroke.html#C1_WPF_C1Chart_Axis_MajorGridStroke">MajorGridStroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush of major grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorGridStrokeDashes" data-uid="C1.WPF.C1Chart.Axis.MajorGridStrokeDashes">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorGridStrokeDashes.html#C1_WPF_C1Chart_Axis_MajorGridStrokeDashes">MajorGridStrokeDashes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dash pattern of major grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorGridStrokeThickness" data-uid="C1.WPF.C1Chart.Axis.MajorGridStrokeThickness">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorGridStrokeThickness.html#C1_WPF_C1Chart_Axis_MajorGridStrokeThickness">MajorGridStrokeThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of major grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorTickHeight" data-uid="C1.WPF.C1Chart.Axis.MajorTickHeight">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorTickHeight.html#C1_WPF_C1Chart_Axis_MajorTickHeight">MajorTickHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the major tick height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorTickOverlap" data-uid="C1.WPF.C1Chart.Axis.MajorTickOverlap">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorTickOverlap.html#C1_WPF_C1Chart_Axis_MajorTickOverlap">MajorTickOverlap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the relative overlap of major axis tick. The range of values is from 0 to 1.
The default value 0 means no overlap,when the overlap is 1, the whole tick is inside the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorTickStroke" data-uid="C1.WPF.C1Chart.Axis.MajorTickStroke">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorTickStroke.html#C1_WPF_C1Chart_Axis_MajorTickStroke">MajorTickStroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the major tick stroke.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorTickThickness" data-uid="C1.WPF.C1Chart.Axis.MajorTickThickness">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorTickThickness.html#C1_WPF_C1Chart_Axis_MajorTickThickness">MajorTickThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the major tick thickness.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MajorUnit" data-uid="C1.WPF.C1Chart.Axis.MajorUnit">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MajorUnit.html#C1_WPF_C1Chart_Axis_MajorUnit">MajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the major unit (distance between labels).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Max" data-uid="C1.WPF.C1Chart.Axis.Max">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Max.html#C1_WPF_C1Chart_Axis_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value shown on the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Min" data-uid="C1.WPF.C1Chart.Axis.Min">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Min.html#C1_WPF_C1Chart_Axis_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value shown on the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinScale" data-uid="C1.WPF.C1Chart.Axis.MinScale">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinScale.html#C1_WPF_C1Chart_Axis_MinScale">MinScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the minimum scale of axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorGridStroke" data-uid="C1.WPF.C1Chart.Axis.MinorGridStroke">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorGridStroke.html#C1_WPF_C1Chart_Axis_MinorGridStroke">MinorGridStroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush of minor grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorGridStrokeDashes" data-uid="C1.WPF.C1Chart.Axis.MinorGridStrokeDashes">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorGridStrokeDashes.html#C1_WPF_C1Chart_Axis_MinorGridStrokeDashes">MinorGridStrokeDashes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the dash pattern of minor grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorGridStrokeThickness" data-uid="C1.WPF.C1Chart.Axis.MinorGridStrokeThickness">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorGridStrokeThickness.html#C1_WPF_C1Chart_Axis_MinorGridStrokeThickness">MinorGridStrokeThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of minor grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorTickHeight" data-uid="C1.WPF.C1Chart.Axis.MinorTickHeight">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorTickHeight.html#C1_WPF_C1Chart_Axis_MinorTickHeight">MinorTickHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minor tick height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorTickOverlap" data-uid="C1.WPF.C1Chart.Axis.MinorTickOverlap">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorTickOverlap.html#C1_WPF_C1Chart_Axis_MinorTickOverlap">MinorTickOverlap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the relative overlap of major axis tick. The range of values is from 0 to 1.
The default value 0 means no overlap,when the overlap is 1, the whole tick is inside the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorTickStroke" data-uid="C1.WPF.C1Chart.Axis.MinorTickStroke">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorTickStroke.html#C1_WPF_C1Chart_Axis_MinorTickStroke">MinorTickStroke</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minor tick stroke.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorTickThickness" data-uid="C1.WPF.C1Chart.Axis.MinorTickThickness">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorTickThickness.html#C1_WPF_C1Chart_Axis_MinorTickThickness">MinorTickThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minor tick thickness.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_MinorUnit" data-uid="C1.WPF.C1Chart.Axis.MinorUnit">
          <a class="xref" href="C1.WPF.C1Chart.Axis.MinorUnit.html#C1_WPF_C1Chart_Axis_MinorUnit">MinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minor unit (distance between minor tick marks).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Origin" data-uid="C1.WPF.C1Chart.Axis.Origin">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Origin.html#C1_WPF_C1Chart_Axis_Origin">Origin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value at which the axis crosses perpendicular axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_PlotAreaIndex" data-uid="C1.WPF.C1Chart.Axis.PlotAreaIndex">
          <a class="xref" href="C1.WPF.C1Chart.Axis.PlotAreaIndex.html#C1_WPF_C1Chart_Axis_PlotAreaIndex">PlotAreaIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot area index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Position" data-uid="C1.WPF.C1Chart.Axis.Position">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Position.html#C1_WPF_C1Chart_Axis_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_RadarLabelVisibility" data-uid="C1.WPF.C1Chart.Axis.RadarLabelVisibility">
          <a class="xref" href="C1.WPF.C1Chart.Axis.RadarLabelVisibility.html#C1_WPF_C1Chart_Axis_RadarLabelVisibility">RadarLabelVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets annotation label visibility for the axis of radar chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_RadarPointIndices" data-uid="C1.WPF.C1Chart.Axis.RadarPointIndices">
          <a class="xref" href="C1.WPF.C1Chart.Axis.RadarPointIndices.html#C1_WPF_C1Chart_Axis_RadarPointIndices">RadarPointIndices</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the collection of point indices for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Reversed" data-uid="C1.WPF.C1Chart.Axis.Reversed">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Reversed.html#C1_WPF_C1Chart_Axis_Reversed">Reversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the axis is reversed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Scale" data-uid="C1.WPF.C1Chart.Axis.Scale">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Scale.html#C1_WPF_C1Chart_Axis_Scale">Scale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the scale of axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_ScrollBar" data-uid="C1.WPF.C1Chart.Axis.ScrollBar">
          <a class="xref" href="C1.WPF.C1Chart.Axis.ScrollBar.html#C1_WPF_C1Chart_Axis_ScrollBar">ScrollBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis scroll bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Title" data-uid="C1.WPF.C1Chart.Axis.Title">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Title.html#C1_WPF_C1Chart_Axis_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_UseExactLimits" data-uid="C1.WPF.C1Chart.Axis.UseExactLimits">
          <a class="xref" href="C1.WPF.C1Chart.Axis.UseExactLimits.html#C1_WPF_C1Chart_Axis_UseExactLimits">UseExactLimits</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to use exact data values for axis minimum and maximum.
By default(UseExactLimits=false), the minimum and maximum can be adjusted to round numbers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Value" data-uid="C1.WPF.C1Chart.Axis.Value">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Value.html#C1_WPF_C1Chart_Axis_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current scrolling position of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_Visible" data-uid="C1.WPF.C1Chart.Axis.Visible">
          <a class="xref" href="C1.WPF.C1Chart.Axis.Visible.html#C1_WPF_C1Chart_Axis_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis visibility.</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_C1Chart_Axis_GetAxisRect" data-uid="C1.WPF.C1Chart.Axis.GetAxisRect">
          <a class="xref" href="C1.WPF.C1Chart.Axis.GetAxisRect.html#C1_WPF_C1Chart_Axis_GetAxisRect">GetAxisRect()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of axis rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_GetDataPoint_System_Windows_DependencyObject_" data-uid="C1.WPF.C1Chart.Axis.GetDataPoint(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.C1Chart.Axis.GetDataPoint.html#C1_WPF_C1Chart_Axis_GetDataPoint_System_Windows_DependencyObject_">GetDataPoint(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of Axis.DataPoint attached property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.C1Chart.Axis.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.C1Chart.Axis.OnPropertyChanged.html#C1_WPF_C1Chart_Axis_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when dependency property was changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_PointFromData_System_Windows_Point_System_Windows_Point_" data-uid="C1.WPF.C1Chart.Axis.PointFromData(System.Windows.Point,System.Windows.Point)">
          <a class="xref" href="C1.WPF.C1Chart.Axis.PointFromData.html#C1_WPF_C1Chart_Axis_PointFromData_System_Windows_Point_System_Windows_Point_">PointFromData(Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms the point from axis data coordinates to the chart view coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_PointToData_System_Windows_Point_System_Windows_Point_" data-uid="C1.WPF.C1Chart.Axis.PointToData(System.Windows.Point,System.Windows.Point)">
          <a class="xref" href="C1.WPF.C1Chart.Axis.PointToData.html#C1_WPF_C1Chart_Axis_PointToData_System_Windows_Point_System_Windows_Point_">PointToData(Point, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms the point from chart view coordinates to the axis data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_SetDataPoint_System_Windows_DependencyObject_C1_WPF_C1Chart_DataPoint_" data-uid="C1.WPF.C1Chart.Axis.SetDataPoint(System.Windows.DependencyObject,C1.WPF.C1Chart.DataPoint)">
          <a class="xref" href="C1.WPF.C1Chart.Axis.SetDataPoint.html#C1_WPF_C1Chart_Axis_SetDataPoint_System_Windows_DependencyObject_C1_WPF_C1Chart_DataPoint_">SetDataPoint(DependencyObject, DataPoint)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of Axis.DataPoint attached property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1Chart_Axis_AnnoCreated" data-uid="C1.WPF.C1Chart.Axis.AnnoCreated">
          <a class="xref" href="C1.WPF.C1Chart.Axis.AnnoCreated.html">AnnoCreated</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when annotation label was created.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
