ArcObjects Library Reference (Carto)  

IScatterPlotMatrixSeriesProperties.GetFieldLabel Method

Lable graph.

[Visual Basic .NET]
Public Sub GetFieldLabel ( _
    ByVal idx As Integer, _
    ByRef Label As String _
)
[C#]
public void GetFieldLabel (
    int idx,
    ref string Label
);
[C++]
HRESULT GetFieldLabel(
  long idx,
  BSTR* Label
);
[C++]

Parameters

idx   idx is a parameter of type long Label   Label is a parameter of type BSTR

Product Availability

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

See Also

IScatterPlotMatrixSeriesProperties Interface