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

.NET Related Topics

How to change label formats and marks on an axis using a line graph | How to create a vertical stack area graph | How to group data into separate lines on a line graph