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


ISeriesProperties.InLegend Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ISeriesProperties.InLegend Property

Indicates if series is added to the graph legend.

[Visual Basic .NET]
Public Property InLegend As Boolean
[C#]
public bool InLegend {get; set;}
[C++]
HRESULT get_InLegend(
  VARIANT_BOOL* b
);
[C++]
HRESULT put_InLegend(
  VARIANT_BOOL b
);
[C++]

Parameters b [out, retval] b is a parameter of type VARIANT_BOOL b [in] b is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISeriesProperties Interface