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


IDataGraphT.LegendProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphT Interface > IDataGraphT.LegendProperties Property
ArcGIS Developer Help

IDataGraphT.LegendProperties Property

Properties of graph legend.

[Visual Basic .NET]
Public ReadOnly Property LegendProperties As IDataGraphTLegendProperties
[C#]
public IDataGraphTLegendProperties LegendProperties {get;}
[C++]
HRESULT get_LegendProperties(
  IDataGraphTLegendProperties** ppGeneralProperties
);
[C++]
Parameters
ppGeneralProperties [out, retval]

ppGeneralProperties is a parameter of type IDataGraphTLegendProperties**

Product Availability

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

See Also

IDataGraphT Interface