This document is archived and information here might be outdated. Recommended version. |
The symbol used to draw tick marks at the grid interval intersections - null will draw no tick marks.
[Visual Basic .NET] Public Property TickMarkSymbol As IMarkerSymbol
[C#] public IMarkerSymbol TickMarkSymbol {get; set;}
[C++]
HRESULT get_TickMarkSymbol(
IMarkerSymbol** Symbol
);
[C++]
HRESULT put_TickMarkSymbol(
IMarkerSymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type IMarkerSymbol** Symbol [in]
Symbol is a parameter of type IMarkerSymbol*
TickMarkSymbol is the marker symbol that may be drawn at the intersection of grid lines.