# C1.Win.Chart.Axis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Chart_Axis" data-uid="C1.Win.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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Chart.html">C1.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexChart.10.dll</h6>
  <h5 id="C1_Win_Chart_Axis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Axis</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Axis</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_Win_Chart_Axis__ctor" data-uid="C1.Win.Chart.Axis.#ctor">
          <a class="xref" href="C1.Win.Chart.Axis.-ctor.html#C1_Win_Chart_Axis__ctor">Axis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of an Axis object.</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_Win_Chart_Axis_ActualMajorUnit" data-uid="C1.Win.Chart.Axis.ActualMajorUnit">
          <a class="xref" href="C1.Win.Chart.Axis.ActualMajorUnit.html#C1_Win_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_Win_Chart_Axis_ActualMax" data-uid="C1.Win.Chart.Axis.ActualMax">
          <a class="xref" href="C1.Win.Chart.Axis.ActualMax.html#C1_Win_Chart_Axis_ActualMax">ActualMax</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current axis maximum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_ActualMin" data-uid="C1.Win.Chart.Axis.ActualMin">
          <a class="xref" href="C1.Win.Chart.Axis.ActualMin.html#C1_Win_Chart_Axis_ActualMin">ActualMin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current axis minimum.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_ActualMinorUnit" data-uid="C1.Win.Chart.Axis.ActualMinorUnit">
          <a class="xref" href="C1.Win.Chart.Axis.ActualMinorUnit.html#C1_Win_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_Win_Chart_Axis_AxisLine" data-uid="C1.Win.Chart.Axis.AxisLine">
          <a class="xref" href="C1.Win.Chart.Axis.AxisLine.html#C1_Win_Chart_Axis_AxisLine">AxisLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the axis line is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_AxisType" data-uid="C1.Win.Chart.Axis.AxisType">
          <a class="xref" href="C1.Win.Chart.Axis.AxisType.html#C1_Win_Chart_Axis_AxisType">AxisType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_Binding" data-uid="C1.Win.Chart.Axis.Binding">
          <a class="xref" href="C1.Win.Chart.Axis.Binding.html#C1_Win_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_Win_Chart_Axis_DataSource" data-uid="C1.Win.Chart.Axis.DataSource">
          <a class="xref" href="C1.Win.Chart.Axis.DataSource.html#C1_Win_Chart_Axis_DataSource">DataSource</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_Win_Chart_Axis_Format" data-uid="C1.Win.Chart.Axis.Format">
          <a class="xref" href="C1.Win.Chart.Axis.Format.html#C1_Win_Chart_Axis_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string used for the axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_Formatter" data-uid="C1.Win.Chart.Axis.Formatter">
          <a class="xref" href="C1.Win.Chart.Axis.Formatter.html#C1_Win_Chart_Axis_Formatter">Formatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the custom formatter for axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_GroupItemsPath" data-uid="C1.Win.Chart.Axis.GroupItemsPath">
          <a class="xref" href="C1.Win.Chart.Axis.GroupItemsPath.html#C1_Win_Chart_Axis_GroupItemsPath">GroupItemsPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the items path.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_GroupNames" data-uid="C1.Win.Chart.Axis.GroupNames">
          <a class="xref" href="C1.Win.Chart.Axis.GroupNames.html#C1_Win_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_Win_Chart_Axis_GroupProvider" data-uid="C1.Win.Chart.Axis.GroupProvider">
          <a class="xref" href="C1.Win.Chart.Axis.GroupProvider.html#C1_Win_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_Win_Chart_Axis_GroupSeparator" data-uid="C1.Win.Chart.Axis.GroupSeparator">
          <a class="xref" href="C1.Win.Chart.Axis.GroupSeparator.html#C1_Win_Chart_Axis_GroupSeparator">GroupSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group separators.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_GroupStyle" data-uid="C1.Win.Chart.Axis.GroupStyle">
          <a class="xref" href="C1.Win.Chart.Axis.GroupStyle.html#C1_Win_Chart_Axis_GroupStyle">GroupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis group style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_GroupTitleAlignment" data-uid="C1.Win.Chart.Axis.GroupTitleAlignment">
          <a class="xref" href="C1.Win.Chart.Axis.GroupTitleAlignment.html#C1_Win_Chart_Axis_GroupTitleAlignment">GroupTitleAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group title alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_GroupVisibilityLevel" data-uid="C1.Win.Chart.Axis.GroupVisibilityLevel">
          <a class="xref" href="C1.Win.Chart.Axis.GroupVisibilityLevel.html#C1_Win_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_Win_Chart_Axis_LabelAlignment" data-uid="C1.Win.Chart.Axis.LabelAlignment">
          <a class="xref" href="C1.Win.Chart.Axis.LabelAlignment.html#C1_Win_Chart_Axis_LabelAlignment">LabelAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_LabelAngle" data-uid="C1.Win.Chart.Axis.LabelAngle">
          <a class="xref" href="C1.Win.Chart.Axis.LabelAngle.html#C1_Win_Chart_Axis_LabelAngle">LabelAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle of the axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_LabelMax" data-uid="C1.Win.Chart.Axis.LabelMax">
          <a class="xref" href="C1.Win.Chart.Axis.LabelMax.html#C1_Win_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_Win_Chart_Axis_LabelMin" data-uid="C1.Win.Chart.Axis.LabelMin">
          <a class="xref" href="C1.Win.Chart.Axis.LabelMin.html#C1_Win_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_Win_Chart_Axis_Labels" data-uid="C1.Win.Chart.Axis.Labels">
          <a class="xref" href="C1.Win.Chart.Axis.Labels.html#C1_Win_Chart_Axis_Labels">Labels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the axis labels are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_LogBase" data-uid="C1.Win.Chart.Axis.LogBase">
          <a class="xref" href="C1.Win.Chart.Axis.LogBase.html#C1_Win_Chart_Axis_LogBase">LogBase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logarithmic base of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_MajorGrid" data-uid="C1.Win.Chart.Axis.MajorGrid">
          <a class="xref" href="C1.Win.Chart.Axis.MajorGrid.html#C1_Win_Chart_Axis_MajorGrid">MajorGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the axis includes grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_MajorGridStyle" data-uid="C1.Win.Chart.Axis.MajorGridStyle">
          <a class="xref" href="C1.Win.Chart.Axis.MajorGridStyle.html#C1_Win_Chart_Axis_MajorGridStyle">MajorGridStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the major grid style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_MajorTickMarks" data-uid="C1.Win.Chart.Axis.MajorTickMarks">
          <a class="xref" href="C1.Win.Chart.Axis.MajorTickMarks.html#C1_Win_Chart_Axis_MajorTickMarks">MajorTickMarks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the axis tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_MajorUnit" data-uid="C1.Win.Chart.Axis.MajorUnit">
          <a class="xref" href="C1.Win.Chart.Axis.MajorUnit.html#C1_Win_Chart_Axis_MajorUnit">MajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of units between axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_Max" data-uid="C1.Win.Chart.Axis.Max">
          <a class="xref" href="C1.Win.Chart.Axis.Max.html#C1_Win_Chart_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_Win_Chart_Axis_Min" data-uid="C1.Win.Chart.Axis.Min">
          <a class="xref" href="C1.Win.Chart.Axis.Min.html#C1_Win_Chart_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_Win_Chart_Axis_MinorGrid" data-uid="C1.Win.Chart.Axis.MinorGrid">
          <a class="xref" href="C1.Win.Chart.Axis.MinorGrid.html#C1_Win_Chart_Axis_MinorGrid">MinorGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the axis includes minor grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_MinorGridStyle" data-uid="C1.Win.Chart.Axis.MinorGridStyle">
          <a class="xref" href="C1.Win.Chart.Axis.MinorGridStyle.html#C1_Win_Chart_Axis_MinorGridStyle">MinorGridStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minor grid style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_MinorTickMarks" data-uid="C1.Win.Chart.Axis.MinorTickMarks">
          <a class="xref" href="C1.Win.Chart.Axis.MinorTickMarks.html#C1_Win_Chart_Axis_MinorTickMarks">MinorTickMarks</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the axis minor tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_MinorUnit" data-uid="C1.Win.Chart.Axis.MinorUnit">
          <a class="xref" href="C1.Win.Chart.Axis.MinorUnit.html#C1_Win_Chart_Axis_MinorUnit">MinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of units between minor ticks and grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_Origin" data-uid="C1.Win.Chart.Axis.Origin">
          <a class="xref" href="C1.Win.Chart.Axis.Origin.html#C1_Win_Chart_Axis_Origin">Origin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value at which an axis crosses the perpendicular axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_OverlappingLabels" data-uid="C1.Win.Chart.Axis.OverlappingLabels">
          <a class="xref" href="C1.Win.Chart.Axis.OverlappingLabels.html#C1_Win_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_Win_Chart_Axis_PlotAreaName" data-uid="C1.Win.Chart.Axis.PlotAreaName">
          <a class="xref" href="C1.Win.Chart.Axis.PlotAreaName.html#C1_Win_Chart_Axis_PlotAreaName">PlotAreaName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of plot area for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_Position" data-uid="C1.Win.Chart.Axis.Position">
          <a class="xref" href="C1.Win.Chart.Axis.Position.html#C1_Win_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_Win_Chart_Axis_Reversed" data-uid="C1.Win.Chart.Axis.Reversed">
          <a class="xref" href="C1.Win.Chart.Axis.Reversed.html#C1_Win_Chart_Axis_Reversed">Reversed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the axis is reversed (top to bottom or right to left).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_RoundLimits" data-uid="C1.Win.Chart.Axis.RoundLimits">
          <a class="xref" href="C1.Win.Chart.Axis.RoundLimits.html#C1_Win_Chart_Axis_RoundLimits">RoundLimits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the automatic axis limits should be rounded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_StaggeredLines" data-uid="C1.Win.Chart.Axis.StaggeredLines">
          <a class="xref" href="C1.Win.Chart.Axis.StaggeredLines.html#C1_Win_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_Win_Chart_Axis_Style" data-uid="C1.Win.Chart.Axis.Style">
          <a class="xref" href="C1.Win.Chart.Axis.Style.html#C1_Win_Chart_Axis_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_TickLength" data-uid="C1.Win.Chart.Axis.TickLength">
          <a class="xref" href="C1.Win.Chart.Axis.TickLength.html#C1_Win_Chart_Axis_TickLength">TickLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tick length.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_TimeUnit" data-uid="C1.Win.Chart.Axis.TimeUnit">
          <a class="xref" href="C1.Win.Chart.Axis.TimeUnit.html#C1_Win_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_Win_Chart_Axis_Title" data-uid="C1.Win.Chart.Axis.Title">
          <a class="xref" href="C1.Win.Chart.Axis.Title.html#C1_Win_Chart_Axis_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title text shown next to the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_TitleAngle" data-uid="C1.Win.Chart.Axis.TitleAngle">
          <a class="xref" href="C1.Win.Chart.Axis.TitleAngle.html#C1_Win_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_Win_Chart_Axis_TitleStyle" data-uid="C1.Win.Chart.Axis.TitleStyle">
          <a class="xref" href="C1.Win.Chart.Axis.TitleStyle.html#C1_Win_Chart_Axis_TitleStyle">TitleStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets 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_Win_Chart_Axis_Convert_System_Double_" data-uid="C1.Win.Chart.Axis.Convert(System.Double)">
          <a class="xref" href="C1.Win.Chart.Axis.Convert.html#C1_Win_Chart_Axis_Convert_System_Double_">Convert(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified value from data to pixel coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_ConvertBack_System_Double_" data-uid="C1.Win.Chart.Axis.ConvertBack(System.Double)">
          <a class="xref" href="C1.Win.Chart.Axis.ConvertBack.html#C1_Win_Chart_Axis_ConvertBack_System_Double_">ConvertBack(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified value from pixel to data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_GetHeight_C1_Chart_IRenderEngine_System_Double_" data-uid="C1.Win.Chart.Axis.GetHeight(C1.Chart.IRenderEngine,System.Double)">
          <a class="xref" href="C1.Win.Chart.Axis.GetHeight.html#C1_Win_Chart_Axis_GetHeight_C1_Chart_IRenderEngine_System_Double_">GetHeight(IRenderEngine, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_ResetTickLength" data-uid="C1.Win.Chart.Axis.ResetTickLength">
          <a class="xref" href="C1.Win.Chart.Axis.ResetTickLength.html#C1_Win_Chart_Axis_ResetTickLength">ResetTickLength()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Chart.Axis.TickLength.html#C1_Win_Chart_Axis_TickLength">TickLength</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_SetChartType_System_Nullable_C1_Chart_ChartType__" data-uid="C1.Win.Chart.Axis.SetChartType(System.Nullable{C1.Chart.ChartType})">
          <a class="xref" href="C1.Win.Chart.Axis.SetChartType.html#C1_Win_Chart_Axis_SetChartType_System_Nullable_C1_Chart_ChartType__">SetChartType(ChartType?)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Chart_Axis_ShouldSerializeTickLength" data-uid="C1.Win.Chart.Axis.ShouldSerializeTickLength">
          <a class="xref" href="C1.Win.Chart.Axis.ShouldSerializeTickLength.html#C1_Win_Chart_Axis_ShouldSerializeTickLength">ShouldSerializeTickLength()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Chart.Axis.TickLength.html#C1_Win_Chart_Axis_TickLength">TickLength</a> 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_Win_Chart_Axis_RangeChanged" data-uid="C1.Win.Chart.Axis.RangeChanged">
          <a class="xref" href="C1.Win.Chart.Axis.RangeChanged.html">RangeChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event handler for when range changed</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
