This document is archived and information here might be outdated. Recommended version. |
Lable graph.
[Visual Basic .NET] Public Sub SetFieldLabel ( _ ByVal idx As Integer, _ ByVal Label As String _ )
[C#] public void SetFieldLabel ( int idx, string Label );
[C++]
HRESULT SetFieldLabel(
long idx,
BSTR Label
);
[C++]
Parameters idx
idx is a parameter of type long Label
Label is a parameter of type BSTR