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


IScatterPlotMatrixSeriesProperties.SetFieldLabel Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScatterPlotMatrixSeriesProperties Interface > IScatterPlotMatrixSeriesProperties.SetFieldLabel Method
ArcGIS Developer Help

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