This document is archived and information here might be outdated.  Recommended version.


IGridAxisTicks.AxisTickOffset Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGridAxisTicks.AxisTickOffset Property

The offset (in points) for ticks that fall along the axes.

[Visual Basic .NET]
Public Property AxisTickOffset As Double
[C#]
public double AxisTickOffset {get; set;}
[C++]
HRESULT get_AxisTickOffset(
  double* offsetPts
);
[C++]
HRESULT put_AxisTickOffset(
  double offsetPts
);
[C++]

Parameters offsetPts [out, retval] offsetPts is a parameter of type double offsetPts [in] offsetPts is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGridAxisTicks Interface