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


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

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