# C1.WPF.Chart.Axis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Axis" data-uid="C1.WPF.Chart.Axis" class="text-break">Axis Class
</h1>
  <div class="markdown level0 summary"><p>Represents an axis in 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"><span class="xref">Axis</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.Chart.ColorAxis.html">ColorAxis</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IScrollableAxis</span></div>
    <div><span class="xref">IAxis</span></div>
    <div><span class="xref">IStyleProvider</span></div>
    <div><span class="xref">IAxis2</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.html">C1.WPF.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Chart.dll</h6>
  <h5 id="C1_WPF_Chart_Axis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Axis : DependencyObject, IScrollableAxis, IAxis, IStyleProvider, IAxis2</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Axis
    Inherits DependencyObject
    Implements IScrollableAxis, IAxis, IStyleProvider, IAxis2</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_Axis__ctor" data-uid="C1.WPF.Chart.Axis.#ctor">
          <a class="xref" href="C1.WPF.Chart.Axis.-ctor.html#C1_WPF_Chart_Axis__ctor">Axis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of Axis 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_Chart_Axis_AxisLineProperty" data-uid="C1.WPF.Chart.Axis.AxisLineProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.AxisLineProperty.html">AxisLineProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.AxisLine.html#C1_WPF_Chart_Axis_AxisLine">AxisLine</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_BindingProperty" data-uid="C1.WPF.Chart.Axis.BindingProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.BindingProperty.html">BindingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Binding.html#C1_WPF_Chart_Axis_Binding">Binding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_FormatProperty" data-uid="C1.WPF.Chart.Axis.FormatProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.FormatProperty.html">FormatProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Format.html#C1_WPF_Chart_Axis_Format">Format</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_FormatterProperty" data-uid="C1.WPF.Chart.Axis.FormatterProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.FormatterProperty.html">FormatterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Formatter.html#C1_WPF_Chart_Axis_Formatter">Formatter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupItemsPathProperty" data-uid="C1.WPF.Chart.Axis.GroupItemsPathProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupItemsPathProperty.html">GroupItemsPathProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.GroupItemsPath.html#C1_WPF_Chart_Axis_GroupItemsPath">GroupItemsPath</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupNamesProperty" data-uid="C1.WPF.Chart.Axis.GroupNamesProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupNamesProperty.html">GroupNamesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.GroupNames.html#C1_WPF_Chart_Axis_GroupNames">GroupNames</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupProviderProperty" data-uid="C1.WPF.Chart.Axis.GroupProviderProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupProviderProperty.html">GroupProviderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.GroupProvider.html#C1_WPF_Chart_Axis_GroupProvider">GroupProvider</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupSeparatorProperty" data-uid="C1.WPF.Chart.Axis.GroupSeparatorProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupSeparatorProperty.html">GroupSeparatorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.GroupSeparator.html#C1_WPF_Chart_Axis_GroupSeparator">GroupSeparator</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupStyleProperty" data-uid="C1.WPF.Chart.Axis.GroupStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupStyleProperty.html">GroupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.GroupStyle.html#C1_WPF_Chart_Axis_GroupStyle">GroupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupTitleAlignmentProperty" data-uid="C1.WPF.Chart.Axis.GroupTitleAlignmentProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupTitleAlignmentProperty.html">GroupTitleAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.GroupTitleAlignment.html#C1_WPF_Chart_Axis_GroupTitleAlignment">GroupTitleAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupVisibilityLevelProperty" data-uid="C1.WPF.Chart.Axis.GroupVisibilityLevelProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupVisibilityLevelProperty.html">GroupVisibilityLevelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.GroupVisibilityLevel.html#C1_WPF_Chart_Axis_GroupVisibilityLevel">GroupVisibilityLevel</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_ItemsSourceProperty" data-uid="C1.WPF.Chart.Axis.ItemsSourceProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.ItemsSource.html#C1_WPF_Chart_Axis_ItemsSource">ItemsSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LabelAlignmentProperty" data-uid="C1.WPF.Chart.Axis.LabelAlignmentProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.LabelAlignmentProperty.html">LabelAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.LabelAlignment.html#C1_WPF_Chart_Axis_LabelAlignment">LabelAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LabelAngleProperty" data-uid="C1.WPF.Chart.Axis.LabelAngleProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.LabelAngleProperty.html">LabelAngleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.LabelAngle.html#C1_WPF_Chart_Axis_LabelAngle">LabelAngle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LabelMaxProperty" data-uid="C1.WPF.Chart.Axis.LabelMaxProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.LabelMaxProperty.html">LabelMaxProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.LabelMax.html#C1_WPF_Chart_Axis_LabelMax">LabelMax</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LabelMinProperty" data-uid="C1.WPF.Chart.Axis.LabelMinProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.LabelMinProperty.html">LabelMinProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.LabelMin.html#C1_WPF_Chart_Axis_LabelMin">LabelMin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LabelsProperty" data-uid="C1.WPF.Chart.Axis.LabelsProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.LabelsProperty.html">LabelsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Labels.html#C1_WPF_Chart_Axis_Labels">Labels</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LogBaseProperty" data-uid="C1.WPF.Chart.Axis.LogBaseProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.LogBaseProperty.html">LogBaseProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.LogBase.html#C1_WPF_Chart_Axis_LogBase">LogBase</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MajorGridProperty" data-uid="C1.WPF.Chart.Axis.MajorGridProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MajorGridProperty.html">MajorGridProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.MajorGrid.html#C1_WPF_Chart_Axis_MajorGrid">MajorGrid</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MajorGridStyleProperty" data-uid="C1.WPF.Chart.Axis.MajorGridStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MajorGridStyleProperty.html">MajorGridStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.MajorGridStyle.html#C1_WPF_Chart_Axis_MajorGridStyle">MajorGridStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MajorTickMarksProperty" data-uid="C1.WPF.Chart.Axis.MajorTickMarksProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MajorTickMarksProperty.html">MajorTickMarksProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.MajorTickMarks.html#C1_WPF_Chart_Axis_MajorTickMarks">MajorTickMarks</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MajorUnitProperty" data-uid="C1.WPF.Chart.Axis.MajorUnitProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MajorUnitProperty.html">MajorUnitProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.MajorUnit.html#C1_WPF_Chart_Axis_MajorUnit">MajorUnit</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MaxProperty" data-uid="C1.WPF.Chart.Axis.MaxProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MaxProperty.html">MaxProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Max.html#C1_WPF_Chart_Axis_Max">Max</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MinProperty" data-uid="C1.WPF.Chart.Axis.MinProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MinProperty.html">MinProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Min.html#C1_WPF_Chart_Axis_Min">Min</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MinorGridProperty" data-uid="C1.WPF.Chart.Axis.MinorGridProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MinorGridProperty.html">MinorGridProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.MinorGrid.html#C1_WPF_Chart_Axis_MinorGrid">MinorGrid</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MinorGridStyleProperty" data-uid="C1.WPF.Chart.Axis.MinorGridStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MinorGridStyleProperty.html">MinorGridStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.MinorGridStyle.html#C1_WPF_Chart_Axis_MinorGridStyle">MinorGridStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MinorTickMarksProperty" data-uid="C1.WPF.Chart.Axis.MinorTickMarksProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MinorTickMarksProperty.html">MinorTickMarksProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.MinorTickMarks.html#C1_WPF_Chart_Axis_MinorTickMarks">MinorTickMarks</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MinorUnitProperty" data-uid="C1.WPF.Chart.Axis.MinorUnitProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.MinorUnitProperty.html">MinorUnitProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.MinorUnit.html#C1_WPF_Chart_Axis_MinorUnit">MinorUnit</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_OriginProperty" data-uid="C1.WPF.Chart.Axis.OriginProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.OriginProperty.html">OriginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Origin.html#C1_WPF_Chart_Axis_Origin">Origin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_OverlappingLabelsProperty" data-uid="C1.WPF.Chart.Axis.OverlappingLabelsProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.OverlappingLabelsProperty.html">OverlappingLabelsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.OverlappingLabels.html#C1_WPF_Chart_Axis_OverlappingLabels">OverlappingLabels</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_PlotAreaNameProperty" data-uid="C1.WPF.Chart.Axis.PlotAreaNameProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.PlotAreaNameProperty.html">PlotAreaNameProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.PlotAreaName.html#C1_WPF_Chart_Axis_PlotAreaName">PlotAreaName</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_PositionProperty" data-uid="C1.WPF.Chart.Axis.PositionProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.PositionProperty.html">PositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Position.html#C1_WPF_Chart_Axis_Position">Position</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_ReversedProperty" data-uid="C1.WPF.Chart.Axis.ReversedProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.ReversedProperty.html">ReversedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Reversed.html#C1_WPF_Chart_Axis_Reversed">Reversed</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_RoundLimitsProperty" data-uid="C1.WPF.Chart.Axis.RoundLimitsProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.RoundLimitsProperty.html">RoundLimitsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.RoundLimits.html#C1_WPF_Chart_Axis_RoundLimits">RoundLimits</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_ScrollbarProperty" data-uid="C1.WPF.Chart.Axis.ScrollbarProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.ScrollbarProperty.html">ScrollbarProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Scrollbar.html#C1_WPF_Chart_Axis_Scrollbar">Scrollbar</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_StaggeredLinesProperty" data-uid="C1.WPF.Chart.Axis.StaggeredLinesProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.StaggeredLinesProperty.html">StaggeredLinesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.StaggeredLines.html#C1_WPF_Chart_Axis_StaggeredLines">StaggeredLines</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_StyleProperty" data-uid="C1.WPF.Chart.Axis.StyleProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.StyleProperty.html">StyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Style.html#C1_WPF_Chart_Axis_Style">Style</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_TickLengthProperty" data-uid="C1.WPF.Chart.Axis.TickLengthProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.TickLengthProperty.html">TickLengthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.TickLength.html#C1_WPF_Chart_Axis_TickLength">TickLength</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_TimeUnitProperty" data-uid="C1.WPF.Chart.Axis.TimeUnitProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.TimeUnitProperty.html">TimeUnitProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.TimeUnit.html#C1_WPF_Chart_Axis_TimeUnit">TimeUnit</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_TitleAngleProperty" data-uid="C1.WPF.Chart.Axis.TitleAngleProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.TitleAngleProperty.html">TitleAngleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.TitleAngle.html#C1_WPF_Chart_Axis_TitleAngle">TitleAngle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_TitleProperty" data-uid="C1.WPF.Chart.Axis.TitleProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.TitleProperty.html">TitleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.Title.html#C1_WPF_Chart_Axis_Title">Title</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_TitleStyleProperty" data-uid="C1.WPF.Chart.Axis.TitleStyleProperty">
          <a class="xref" href="C1.WPF.Chart.Axis.TitleStyleProperty.html">TitleStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Chart.Axis.TitleStyle.html#C1_WPF_Chart_Axis_TitleStyle">TitleStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis__minorGrid" data-uid="C1.WPF.Chart.Axis._minorGrid">
          <a class="xref" href="C1.WPF.Chart.Axis._minorGrid.html">_minorGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set a value indicating whether to draw minor grid.</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_Axis_ActualMajorUnit" data-uid="C1.WPF.Chart.Axis.ActualMajorUnit">
          <a class="xref" href="C1.WPF.Chart.Axis.ActualMajorUnit.html#C1_WPF_Chart_Axis_ActualMajorUnit">ActualMajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual axis major unit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_ActualMax" data-uid="C1.WPF.Chart.Axis.ActualMax">
          <a class="xref" href="C1.WPF.Chart.Axis.ActualMax.html#C1_WPF_Chart_Axis_ActualMax">ActualMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual axis maximum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_ActualMin" data-uid="C1.WPF.Chart.Axis.ActualMin">
          <a class="xref" href="C1.WPF.Chart.Axis.ActualMin.html#C1_WPF_Chart_Axis_ActualMin">ActualMin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual axis minimum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_ActualMinorUnit" data-uid="C1.WPF.Chart.Axis.ActualMinorUnit">
          <a class="xref" href="C1.WPF.Chart.Axis.ActualMinorUnit.html#C1_WPF_Chart_Axis_ActualMinorUnit">ActualMinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual axis major unit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_AxisLine" data-uid="C1.WPF.Chart.Axis.AxisLine">
          <a class="xref" href="C1.WPF.Chart.Axis.AxisLine.html#C1_WPF_Chart_Axis_AxisLine">AxisLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to draw axis line.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_AxisType" data-uid="C1.WPF.Chart.Axis.AxisType">
          <a class="xref" href="C1.WPF.Chart.Axis.AxisType.html#C1_WPF_Chart_Axis_AxisType">AxisType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Binding" data-uid="C1.WPF.Chart.Axis.Binding">
          <a class="xref" href="C1.WPF.Chart.Axis.Binding.html#C1_WPF_Chart_Axis_Binding">Binding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the comma-separated property names for the DataSource property to use in axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Format" data-uid="C1.WPF.Chart.Axis.Format">
          <a class="xref" href="C1.WPF.Chart.Axis.Format.html#C1_WPF_Chart_Axis_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set formatting string for axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Formatter" data-uid="C1.WPF.Chart.Axis.Formatter">
          <a class="xref" href="C1.WPF.Chart.Axis.Formatter.html#C1_WPF_Chart_Axis_Formatter">Formatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Formatter</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupItemsPath" data-uid="C1.WPF.Chart.Axis.GroupItemsPath">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupItemsPath.html#C1_WPF_Chart_Axis_GroupItemsPath">GroupItemsPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group names</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupNames" data-uid="C1.WPF.Chart.Axis.GroupNames">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupNames.html#C1_WPF_Chart_Axis_GroupNames">GroupNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group names</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupProvider" data-uid="C1.WPF.Chart.Axis.GroupProvider">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupProvider.html#C1_WPF_Chart_Axis_GroupProvider">GroupProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group provider</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupSeparator" data-uid="C1.WPF.Chart.Axis.GroupSeparator">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupSeparator.html#C1_WPF_Chart_Axis_GroupSeparator">GroupSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group separator</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupStyle" data-uid="C1.WPF.Chart.Axis.GroupStyle">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupStyle.html#C1_WPF_Chart_Axis_GroupStyle">GroupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis group style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupTitleAlignment" data-uid="C1.WPF.Chart.Axis.GroupTitleAlignment">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupTitleAlignment.html#C1_WPF_Chart_Axis_GroupTitleAlignment">GroupTitleAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the group title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GroupVisibilityLevel" data-uid="C1.WPF.Chart.Axis.GroupVisibilityLevel">
          <a class="xref" href="C1.WPF.Chart.Axis.GroupVisibilityLevel.html#C1_WPF_Chart_Axis_GroupVisibilityLevel">GroupVisibilityLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the limiting level of visible collapsible groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_ItemsSource" data-uid="C1.WPF.Chart.Axis.ItemsSource">
          <a class="xref" href="C1.WPF.Chart.Axis.ItemsSource.html#C1_WPF_Chart_Axis_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the items source for the axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LabelAlignment" data-uid="C1.WPF.Chart.Axis.LabelAlignment">
          <a class="xref" href="C1.WPF.Chart.Axis.LabelAlignment.html#C1_WPF_Chart_Axis_LabelAlignment">LabelAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis labels alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LabelAngle" data-uid="C1.WPF.Chart.Axis.LabelAngle">
          <a class="xref" href="C1.WPF.Chart.Axis.LabelAngle.html#C1_WPF_Chart_Axis_LabelAngle">LabelAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle of rotation for axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LabelMax" data-uid="C1.WPF.Chart.Axis.LabelMax">
          <a class="xref" href="C1.WPF.Chart.Axis.LabelMax.html#C1_WPF_Chart_Axis_LabelMax">LabelMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the maximum axis value is always labeled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LabelMin" data-uid="C1.WPF.Chart.Axis.LabelMin">
          <a class="xref" href="C1.WPF.Chart.Axis.LabelMin.html#C1_WPF_Chart_Axis_LabelMin">LabelMin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the minimum axis value is always labeled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Labels" data-uid="C1.WPF.Chart.Axis.Labels">
          <a class="xref" href="C1.WPF.Chart.Axis.Labels.html#C1_WPF_Chart_Axis_Labels">Labels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to show axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_LogBase" data-uid="C1.WPF.Chart.Axis.LogBase">
          <a class="xref" href="C1.WPF.Chart.Axis.LogBase.html#C1_WPF_Chart_Axis_LogBase">LogBase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the base for logarithmic axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MajorGrid" data-uid="C1.WPF.Chart.Axis.MajorGrid">
          <a class="xref" href="C1.WPF.Chart.Axis.MajorGrid.html#C1_WPF_Chart_Axis_MajorGrid">MajorGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set a value indicating whether to draw major grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MajorGridStyle" data-uid="C1.WPF.Chart.Axis.MajorGridStyle">
          <a class="xref" href="C1.WPF.Chart.Axis.MajorGridStyle.html#C1_WPF_Chart_Axis_MajorGridStyle">MajorGridStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of axis major grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MajorTickMarks" data-uid="C1.WPF.Chart.Axis.MajorTickMarks">
          <a class="xref" href="C1.WPF.Chart.Axis.MajorTickMarks.html#C1_WPF_Chart_Axis_MajorTickMarks">MajorTickMarks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the appearance of major tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MajorUnit" data-uid="C1.WPF.Chart.Axis.MajorUnit">
          <a class="xref" href="C1.WPF.Chart.Axis.MajorUnit.html#C1_WPF_Chart_Axis_MajorUnit">MajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance betweem axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Max" data-uid="C1.WPF.Chart.Axis.Max">
          <a class="xref" href="C1.WPF.Chart.Axis.Max.html#C1_WPF_Chart_Axis_Max">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis maximum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Min" data-uid="C1.WPF.Chart.Axis.Min">
          <a class="xref" href="C1.WPF.Chart.Axis.Min.html#C1_WPF_Chart_Axis_Min">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis minimum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MinorGrid" data-uid="C1.WPF.Chart.Axis.MinorGrid">
          <a class="xref" href="C1.WPF.Chart.Axis.MinorGrid.html#C1_WPF_Chart_Axis_MinorGrid">MinorGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set a value indicating whether to draw minor grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MinorGridStyle" data-uid="C1.WPF.Chart.Axis.MinorGridStyle">
          <a class="xref" href="C1.WPF.Chart.Axis.MinorGridStyle.html#C1_WPF_Chart_Axis_MinorGridStyle">MinorGridStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of axis minor grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MinorTickMarks" data-uid="C1.WPF.Chart.Axis.MinorTickMarks">
          <a class="xref" href="C1.WPF.Chart.Axis.MinorTickMarks.html#C1_WPF_Chart_Axis_MinorTickMarks">MinorTickMarks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the appearance of minor tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_MinorUnit" data-uid="C1.WPF.Chart.Axis.MinorUnit">
          <a class="xref" href="C1.WPF.Chart.Axis.MinorUnit.html#C1_WPF_Chart_Axis_MinorUnit">MinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance between minor ticks and grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Origin" data-uid="C1.WPF.Chart.Axis.Origin">
          <a class="xref" href="C1.WPF.Chart.Axis.Origin.html#C1_WPF_Chart_Axis_Origin">Origin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis origin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_OverlappingLabels" data-uid="C1.WPF.Chart.Axis.OverlappingLabels">
          <a class="xref" href="C1.WPF.Chart.Axis.OverlappingLabels.html#C1_WPF_Chart_Axis_OverlappingLabels">OverlappingLabels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how to handle the overlapping axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_PlotAreaName" data-uid="C1.WPF.Chart.Axis.PlotAreaName">
          <a class="xref" href="C1.WPF.Chart.Axis.PlotAreaName.html#C1_WPF_Chart_Axis_PlotAreaName">PlotAreaName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot area name for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Position" data-uid="C1.WPF.Chart.Axis.Position">
          <a class="xref" href="C1.WPF.Chart.Axis.Position.html#C1_WPF_Chart_Axis_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Reversed" data-uid="C1.WPF.Chart.Axis.Reversed">
          <a class="xref" href="C1.WPF.Chart.Axis.Reversed.html#C1_WPF_Chart_Axis_Reversed">Reversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the axis is reversed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_RoundLimits" data-uid="C1.WPF.Chart.Axis.RoundLimits">
          <a class="xref" href="C1.WPF.Chart.Axis.RoundLimits.html#C1_WPF_Chart_Axis_RoundLimits">RoundLimits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the RoundLimits</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Scrollbar" data-uid="C1.WPF.Chart.Axis.Scrollbar">
          <a class="xref" href="C1.WPF.Chart.Axis.Scrollbar.html#C1_WPF_Chart_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_Chart_Axis_StaggeredLines" data-uid="C1.WPF.Chart.Axis.StaggeredLines">
          <a class="xref" href="C1.WPF.Chart.Axis.StaggeredLines.html#C1_WPF_Chart_Axis_StaggeredLines">StaggeredLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of staggered lines for axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Style" data-uid="C1.WPF.Chart.Axis.Style">
          <a class="xref" href="C1.WPF.Chart.Axis.Style.html#C1_WPF_Chart_Axis_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_TickLength" data-uid="C1.WPF.Chart.Axis.TickLength">
          <a class="xref" href="C1.WPF.Chart.Axis.TickLength.html#C1_WPF_Chart_Axis_TickLength">TickLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis tick length.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_TimeUnit" data-uid="C1.WPF.Chart.Axis.TimeUnit">
          <a class="xref" href="C1.WPF.Chart.Axis.TimeUnit.html#C1_WPF_Chart_Axis_TimeUnit">TimeUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the units for a time based axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_Title" data-uid="C1.WPF.Chart.Axis.Title">
          <a class="xref" href="C1.WPF.Chart.Axis.Title.html#C1_WPF_Chart_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_Chart_Axis_TitleAngle" data-uid="C1.WPF.Chart.Axis.TitleAngle">
          <a class="xref" href="C1.WPF.Chart.Axis.TitleAngle.html#C1_WPF_Chart_Axis_TitleAngle">TitleAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle of the axis title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_TitleStyle" data-uid="C1.WPF.Chart.Axis.TitleStyle">
          <a class="xref" href="C1.WPF.Chart.Axis.TitleStyle.html#C1_WPF_Chart_Axis_TitleStyle">TitleStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis title style.</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_Axis_Convert_System_Double_" data-uid="C1.WPF.Chart.Axis.Convert(System.Double)">
          <a class="xref" href="C1.WPF.Chart.Axis.Convert.html#C1_WPF_Chart_Axis_Convert_System_Double_">Convert(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified value from data to pixel coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_ConvertBack_System_Double_" data-uid="C1.WPF.Chart.Axis.ConvertBack(System.Double)">
          <a class="xref" href="C1.WPF.Chart.Axis.ConvertBack.html#C1_WPF_Chart_Axis_ConvertBack_System_Double_">ConvertBack(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified value from control pixel to data coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Axis_GetHeight_C1_Chart_IRenderEngine_System_Double_" data-uid="C1.WPF.Chart.Axis.GetHeight(C1.Chart.IRenderEngine,System.Double)">
          <a class="xref" href="C1.WPF.Chart.Axis.GetHeight.html#C1_WPF_Chart_Axis_GetHeight_C1_Chart_IRenderEngine_System_Double_">GetHeight(IRenderEngine, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the desired height of axis.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
