# C1.Web.Mvc.Fluent.ChartAxisBuilder-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1" class="text-break">ChartAxisBuilder&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ChartAxis-1.html">ChartAxis&lt;T&gt;</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ChartAxis-1.html">ChartAxis</a>&lt;T&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.html">ChartAxisBuilder</a>&lt;T&gt;&gt;</div>
    <div class="level3"><span class="xref">ChartAxisBuilder&lt;T&gt;</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartAxisBuilder&lt;T&gt; : BaseBuilder&lt;ChartAxis&lt;T&gt;, ChartAxisBuilder&lt;T&gt;&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartAxisBuilder(Of T)
    Inherits BaseBuilder(Of ChartAxis(Of T), ChartAxisBuilder(Of T))</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Web_Mvc_Fluent_ChartAxisBuilder_1__ctor_C1_Web_Mvc_ChartAxis__0__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.#ctor(C1.Web.Mvc.ChartAxis{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.-ctor.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1__ctor_C1_Web_Mvc_ChartAxis__0__">ChartAxisBuilder(ChartAxis&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.html">ChartAxisBuilder&lt;T&gt;</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_ChartAxisBuilder_1_AxisLine_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.AxisLine(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.AxisLine.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_AxisLine_System_Boolean_">AxisLine(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.AxisLine.html#C1_Web_Mvc_ChartAxis_1_AxisLine">AxisLine</a>.
Sets a value indicating whether the axis line is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Bind_System_Collections_Generic_IEnumerable__0__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Bind(System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Bind.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Bind_System_Collections_Generic_IEnumerable__0__">Bind(IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Bind the axis with a special data source to customize the labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Bind_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Bind(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Bind.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Bind_System_String_">Bind(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Bind the axis with a special data source to customize the labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Bind_System_String_System_Collections_Generic_IEnumerable__0__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Bind(System.String,System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Bind.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Bind_System_String_System_Collections_Generic_IEnumerable__0__">Bind(string, IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Bind the axis with a special data source to customize the labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Bind_System_String_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Bind(System.String,System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Bind.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Bind_System_String_System_String_">Bind(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Bind the axis with a special data source to customize the labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_BindODataSource_System_Action_C1_Web_Mvc_Fluent_ODataCollectionViewServiceBuilder__0___" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.BindODataSource(System.Action{C1.Web.Mvc.Fluent.ODataCollectionViewServiceBuilder{`0}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.BindODataSource.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_BindODataSource_System_Action_C1_Web_Mvc_Fluent_ODataCollectionViewServiceBuilder__0___">BindODataSource(Action&lt;ODataCollectionViewServiceBuilder&lt;T&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.ItemsSource.html#C1_Web_Mvc_ChartAxis_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_BindODataVirtualSource_System_Action_C1_Web_Mvc_Fluent_ODataVirtualCollectionViewServiceBuilder__0___" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.BindODataVirtualSource(System.Action{C1.Web.Mvc.Fluent.ODataVirtualCollectionViewServiceBuilder{`0}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.BindODataVirtualSource.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_BindODataVirtualSource_System_Action_C1_Web_Mvc_Fluent_ODataVirtualCollectionViewServiceBuilder__0___">BindODataVirtualSource(Action&lt;ODataVirtualCollectionViewServiceBuilder&lt;T&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.ItemsSource.html#C1_Web_Mvc_ChartAxis_1_ItemsSource">ItemsSource</a>.
Sets ItemsSource settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Binding_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Binding(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Binding.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Binding_System_String_">Binding(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.Binding.html#C1_Web_Mvc_ChartAxis_1_Binding">Binding</a>.
Sets the comma-separated property names for property &quot;ItemsSource&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Format_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Format(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Format.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Format_System_String_">Format(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.Format.html#C1_Web_Mvc_ChartAxis_1_Format">Format</a>.
Sets the format string used for axis labels</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_GroupsOptions_System_Action_C1_Web_Mvc_Fluent_AxisGroupsOptionsBuilder__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.GroupsOptions(System.Action{C1.Web.Mvc.Fluent.AxisGroupsOptionsBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.GroupsOptions.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_GroupsOptions_System_Action_C1_Web_Mvc_Fluent_AxisGroupsOptionsBuilder__">GroupsOptions(Action&lt;AxisGroupsOptionsBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the label groups settings for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_ItemFormatter_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.ItemFormatter(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.ItemFormatter.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_ItemFormatter_System_String_">ItemFormatter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.ItemFormatter.html#C1_Web_Mvc_ChartAxis_1_ItemFormatter">ItemFormatter</a>.
Sets the itemFormatter client-side function name for axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelAlign_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.LabelAlign(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.LabelAlign.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelAlign_System_String_">LabelAlign(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.LabelAlign.html#C1_Web_Mvc_ChartAxis_1_LabelAlign">LabelAlign</a>.
Sets the label alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelAngle_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.LabelAngle(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.LabelAngle.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelAngle_System_Nullable_System_Int32__">LabelAngle(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.LabelAngle.html#C1_Web_Mvc_ChartAxis_1_LabelAngle">LabelAngle</a>.
Sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelMax_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.LabelMax(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.LabelMax.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelMax_System_Boolean_">LabelMax(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.LabelMax.html#C1_Web_Mvc_ChartAxis_1_LabelMax">LabelMax</a>.
Sets a value that determines whether the maximum axis value should be always labeled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelMin_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.LabelMin(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.LabelMin.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelMin_System_Boolean_">LabelMin(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.LabelMin.html#C1_Web_Mvc_ChartAxis_1_LabelMin">LabelMin</a>.
Sets a value that determines whether the minimum axis value should be always labeled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelPadding_System_Int32_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.LabelPadding(System.Int32)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.LabelPadding.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LabelPadding_System_Int32_">LabelPadding(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.LabelPadding.html#C1_Web_Mvc_ChartAxis_1_LabelPadding">LabelPadding</a>.
Sets the label padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Labels_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Labels(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Labels.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Labels_System_Boolean_">Labels(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.Labels.html#C1_Web_Mvc_ChartAxis_1_Labels">Labels</a>.
Sets a value indicating whether axis labels are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LogBase_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.LogBase(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.LogBase.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_LogBase_System_Nullable_System_Double__">LogBase(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.LogBase.html#C1_Web_Mvc_ChartAxis_1_LogBase">LogBase</a>.
Sets the logarithmic base of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MajorGrid_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.MajorGrid(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.MajorGrid.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MajorGrid_System_Boolean_">MajorGrid(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.MajorGrid.html#C1_Web_Mvc_ChartAxis_1_MajorGrid">MajorGrid</a>.
Sets a value indicating whether the axis includes grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MajorTickMarks_C1_Web_Mvc_Chart_AxisTickMark_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.MajorTickMarks(C1.Web.Mvc.Chart.AxisTickMark)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.MajorTickMarks.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MajorTickMarks_C1_Web_Mvc_Chart_AxisTickMark_">MajorTickMarks(AxisTickMark)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the location of axis major tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MajorUnit_System_Double_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.MajorUnit(System.Double)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.MajorUnit.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MajorUnit_System_Double_">MajorUnit(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.MajorUnit.html#C1_Web_Mvc_ChartAxis_1_MajorUnit">MajorUnit</a>.
Sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Max_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Max(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Max.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Max_System_DateTime_">Max(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Max property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Max_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Max(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Max.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Max_System_Nullable_System_Double__">Max(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Max property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Min_System_DateTime_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Min(System.DateTime)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Min.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Min_System_DateTime_">Min(DateTime)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Min property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Min_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Min(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Min.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Min_System_Nullable_System_Double__">Min(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the Min property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MinorGrid_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.MinorGrid(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.MinorGrid.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MinorGrid_System_Boolean_">MinorGrid(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.MinorGrid.html#C1_Web_Mvc_ChartAxis_1_MinorGrid">MinorGrid</a>.
Sets a value indicating whether the axis includes minor grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MinorTickMarks_C1_Web_Mvc_Chart_AxisTickMark_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.MinorTickMarks(C1.Web.Mvc.Chart.AxisTickMark)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.MinorTickMarks.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MinorTickMarks_C1_Web_Mvc_Chart_AxisTickMark_">MinorTickMarks(AxisTickMark)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the location of axis minor tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MinorUnit_System_Double_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.MinorUnit(System.Double)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.MinorUnit.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_MinorUnit_System_Double_">MinorUnit(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.MinorUnit.html#C1_Web_Mvc_ChartAxis_1_MinorUnit">MinorUnit</a>.
Sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Name_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Name(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Name.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Name_System_String_">Name(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.Name.html#C1_Web_Mvc_ChartAxis_1_Name">Name</a>.
Sets the axis name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_OnClientRangeChanged_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.OnClientRangeChanged(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.OnClientRangeChanged.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_OnClientRangeChanged_System_String_">OnClientRangeChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates the <a class="xref" href="C1.Web.Mvc.ChartAxis-1.OnClientRangeChanged.html#C1_Web_Mvc_ChartAxis_1_OnClientRangeChanged">OnClientRangeChanged</a> client event.
Occurs when axis range changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Origin_System_Nullable_System_Double__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Origin(System.Nullable{System.Double})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Origin.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Origin_System_Nullable_System_Double__">Origin(double?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.Origin.html#C1_Web_Mvc_ChartAxis_1_Origin">Origin</a>.
Sets the value at which the axis crosses perpendicular axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_OverlappingLabels_C1_Web_Mvc_Chart_AxisOverlappingLabels_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.OverlappingLabels(C1.Web.Mvc.Chart.AxisOverlappingLabels)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.OverlappingLabels.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_OverlappingLabels_C1_Web_Mvc_Chart_AxisOverlappingLabels_">OverlappingLabels(AxisOverlappingLabels)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the overlapping method for axis labels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_PlotAreaIndex_System_Nullable_System_Int32__" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.PlotAreaIndex(System.Nullable{System.Int32})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.PlotAreaIndex.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_PlotAreaIndex_System_Nullable_System_Int32__">PlotAreaIndex(int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.PlotAreaIndex.html#C1_Web_Mvc_ChartAxis_1_PlotAreaIndex">PlotAreaIndex</a>.
Sets the plot area for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Position_C1_Web_Mvc_Chart_Position_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Position(C1.Web.Mvc.Chart.Position)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Position.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Position_C1_Web_Mvc_Chart_Position_">Position(Position)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the enumerated axis position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Reversed_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Reversed(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Reversed.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Reversed_System_Boolean_">Reversed(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.Reversed.html#C1_Web_Mvc_ChartAxis_1_Reversed">Reversed</a>.
Sets a value indicating whether the axis is reversed (top to bottom or right to left).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Title_System_String_" data-uid="C1.Web.Mvc.Fluent.ChartAxisBuilder`1.Title(System.String)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ChartAxisBuilder-1.Title.html#C1_Web_Mvc_Fluent_ChartAxisBuilder_1_Title_System_String_">Title(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ChartAxis-1.Title.html#C1_Web_Mvc_ChartAxis_1_Title">Title</a>.
Sets the title text shown next to the axis.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
