ArcObjects Library Reference (Carto)  

ISeriesProperties.LabelField Property

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(
  BSTR* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISeriesProperties Interface