# GrapeCity.ActiveReports.Chart.Tick

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_Tick" data-uid="GrapeCity.ActiveReports.Chart.Tick" class="text-break">Tick Class
</h1>
  <div class="markdown level0 summary"><p>Tick attributes. Ticks are drawn on axes.</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><span class="xref">Tick</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_Tick_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(Tick.Converter))]
public sealed class Tick : Item, IGraphItem, ICloneable, IGraphXmlSerializable</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="GrapeCity_ActiveReports_Chart_Tick__ctor" data-uid="GrapeCity.ActiveReports.Chart.Tick.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.-ctor.html#GrapeCity_ActiveReports_Chart_Tick__ctor">Tick()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the TickInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_GrapeCity_ActiveReports_Chart_Graphics_Line_System_Double_System_Single_System_Boolean_" data-uid="GrapeCity.ActiveReports.Chart.Tick.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Line,GrapeCity.ActiveReports.Chart.Graphics.Line,System.Double,System.Single,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.-ctor.html#GrapeCity_ActiveReports_Chart_Tick__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_GrapeCity_ActiveReports_Chart_Graphics_Line_System_Double_System_Single_System_Boolean_">Tick(Line, Line, double, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the TickInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_System_Double_System_Single_" data-uid="GrapeCity.ActiveReports.Chart.Tick.#ctor(GrapeCity.ActiveReports.Chart.Graphics.Line,System.Double,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.-ctor.html#GrapeCity_ActiveReports_Chart_Tick__ctor_GrapeCity_ActiveReports_Chart_Graphics_Line_System_Double_System_Single_">Tick(Line, double, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the TickInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick__ctor_System_Double_" data-uid="GrapeCity.ActiveReports.Chart.Tick.#ctor(System.Double)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.-ctor.html#GrapeCity_ActiveReports_Chart_Tick__ctor_System_Double_">Tick(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new instance of the TickInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.Tick.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.-ctor.html#GrapeCity_ActiveReports_Chart_Tick__ctor_System_String_">Tick(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.Tick.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.-ctor.html#GrapeCity_ActiveReports_Chart_Tick__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">Tick(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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="GrapeCity_ActiveReports_Chart_Tick_GridLine" data-uid="GrapeCity.ActiveReports.Chart.Tick.GridLine">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.GridLine.html#GrapeCity_ActiveReports_Chart_Tick_GridLine">GridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Line used to draw grid on walls</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick_Length" data-uid="GrapeCity.ActiveReports.Chart.Tick.Length">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.Length.html#GrapeCity_ActiveReports_Chart_Tick_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>length of line to draw tick</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick_Line" data-uid="GrapeCity.ActiveReports.Chart.Tick.Line">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.Line.html#GrapeCity_ActiveReports_Chart_Tick_Line">Line</a>
        </td>
        <td class="markdown level1 summary"><p>Line used to draw tick</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick_Step" data-uid="GrapeCity.ActiveReports.Chart.Tick.Step">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.Step.html#GrapeCity_ActiveReports_Chart_Tick_Step">Step</a>
        </td>
        <td class="markdown level1 summary"><p>Step in units of measure of the axis between two subsequent ticks</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick_Visible" data-uid="GrapeCity.ActiveReports.Chart.Tick.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.Visible.html#GrapeCity_ActiveReports_Chart_Tick_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Controls if tick will be drawn</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="GrapeCity_ActiveReports_Chart_Tick_Clone" data-uid="GrapeCity.ActiveReports.Chart.Tick.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.Clone.html#GrapeCity_ActiveReports_Chart_Tick_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>This member overrides <pre><code class="lang-csharp">Item.Clone</code></pre>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick_Equals_System_Object_" data-uid="GrapeCity.ActiveReports.Chart.Tick.Equals(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.Equals.html#GrapeCity_ActiveReports_Chart_Tick_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_Tick_GetHashCode" data-uid="GrapeCity.ActiveReports.Chart.Tick.GetHashCode">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.Tick.GetHashCode.html#GrapeCity_ActiveReports_Chart_Tick_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
