This document is archived and information here might be outdated. Recommended version. |
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(
System.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