This document is archived and information here might be outdated. Recommended version. |
Sets up the tab for drawing.
[Visual Basic .NET] Public Sub PrepareDraw ( _ ByVal LabelValue As String, _ ByVal tabWidthPage As Double, _ ByVal axis As esriGridAxisEnum _ )
[C#] public void PrepareDraw ( string LabelValue, double tabWidthPage, esriGridAxisEnum axis );
[C++]
HRESULT PrepareDraw(
BSTR LabelValue,
double tabWidthPage,
esriGridAxisEnum axis
);
[C++] Parameters LabelValue [in]
LabelValue is a parameter of type BSTR tabWidthPage [in]
tabWidthPage is a parameter of type double axis [in]
axis is a parameter of type esriGridAxisEnum