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


IScatterPlotMatrixSeriesProperties.SetFieldLabel Method (ArcObjects .NET 10.5 SDK)
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