ArcObjects Library Reference (Carto)  

IScatterPlotMatrixSeriesProperties.SetFieldLabel Method

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

Product Availability

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

See Also

IScatterPlotMatrixSeriesProperties Interface