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