This document is archived and information here might be outdated. Recommended version. |
Provides field to be the data source of labels in the graph. Only the field from the first series will be used in the graph if there are more than one series.
[Visual Basic .NET]
Public Property LabelField As String
[C#]
public string LabelField {get; set;}
[C++]
HRESULT get_LabelField(
System.String* pFieldName
);
[C++]
HRESULT put_LabelField(
BSTR pFieldName
);
[C++] Parameters pFieldName [out, retval]
pFieldName is a parameter of type BSTR* pFieldName [in]
pFieldName is a parameter of type BSTR