ArcObjects Library Reference (Carto)  

IDataGraphTLegendProperties.Alignment Property

Options in arranging graph legend.

[Visual Basic .NET]
Public Property Alignment As esriDataGraphTLegendAlignment
[C#]
public esriDataGraphTLegendAlignment Alignment {get; set;}
[C++]
HRESULT get_Alignment(
  esriDataGraphTLegendAlignment* pAlignment
);
[C++]
HRESULT put_Alignment(
  esriDataGraphTLegendAlignment pAlignment
);
[C++]

Parameters

pAlignment [out, retval]

  pAlignment is a parameter of type esriDataGraphTLegendAlignment

pAlignment [in]

  pAlignment is a parameter of type esriDataGraphTLegendAlignment

Product Availability

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

See Also

IDataGraphTLegendProperties Interface