This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScatterPlotMatrixSeriesProperties Interface > IScatterPlotMatrixSeriesProperties.SetFieldLabel Method (ArcObjects .NET 10.4 SDK) |
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