This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IScatterPlotMatrixSeriesProperties Interface > IScatterPlotMatrixSeriesProperties.GetFieldLabel Method (ArcObjects .NET 10.5 SDK) |
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,
BSTR* Label
);
[C++]
Parameters idx idx is a parameter of type long Label Label is a parameter of type BSTR