This document is archived and information here might be outdated.  Recommended version.


IScatterPlotMatrixSeriesProperties.GetFieldLabel Method (ArcObjects .NET 10.6 SDK)
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,
  System.String* 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