ArcObjects Library Reference (Carto)  

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