# C1.WPF.C1Chart.AxisPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_AxisPoint" data-uid="C1.WPF.C1Chart.AxisPoint" class="text-break">AxisPoint Class
</h1>
  <div class="markdown level0 summary"><p>Represents the point on the 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"><span class="xref">AxisPoint</span></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_AxisPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AxisPoint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class AxisPoint</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_WPF_C1Chart_AxisPoint_Axis" data-uid="C1.WPF.C1Chart.AxisPoint.Axis">
          <a class="xref" href="C1.WPF.C1Chart.AxisPoint.Axis.html#C1_WPF_C1Chart_AxisPoint_Axis">Axis</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis which corresponds to the point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPoint_DataObject" data-uid="C1.WPF.C1Chart.AxisPoint.DataObject">
          <a class="xref" href="C1.WPF.C1Chart.AxisPoint.DataObject.html#C1_WPF_C1Chart_AxisPoint_DataObject">DataObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object associated with axis point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPoint_FormattedLogBase" data-uid="C1.WPF.C1Chart.AxisPoint.FormattedLogBase">
          <a class="xref" href="C1.WPF.C1Chart.AxisPoint.FormattedLogBase.html#C1_WPF_C1Chart_AxisPoint_FormattedLogBase">FormattedLogBase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatted logarithmic base.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPoint_FormattedValue" data-uid="C1.WPF.C1Chart.AxisPoint.FormattedValue">
          <a class="xref" href="C1.WPF.C1Chart.AxisPoint.FormattedValue.html#C1_WPF_C1Chart_AxisPoint_FormattedValue">FormattedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatted value of axis point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPoint_LogBase" data-uid="C1.WPF.C1Chart.AxisPoint.LogBase">
          <a class="xref" href="C1.WPF.C1Chart.AxisPoint.LogBase.html#C1_WPF_C1Chart_AxisPoint_LogBase">LogBase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the logarithmic base of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPoint_LogValue" data-uid="C1.WPF.C1Chart.AxisPoint.LogValue">
          <a class="xref" href="C1.WPF.C1Chart.AxisPoint.LogValue.html#C1_WPF_C1Chart_AxisPoint_LogValue">LogValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the logarithmic value of the axis point. For the linear(non-logarithmic)
axis it returns axis value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_AxisPoint_Value" data-uid="C1.WPF.C1Chart.AxisPoint.Value">
          <a class="xref" href="C1.WPF.C1Chart.AxisPoint.Value.html#C1_WPF_C1Chart_AxisPoint_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinate value of the axis point.</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_AxisPoint_ToString" data-uid="C1.WPF.C1Chart.AxisPoint.ToString">
          <a class="xref" href="C1.WPF.C1Chart.AxisPoint.ToString.html#C1_WPF_C1Chart_AxisPoint_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns string that represents the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
