This document is archived and information here might be outdated. Recommended version. |
The formatting options for the legend (can be stored in the style gallery).
[Visual Basic .NET] Public Property Format As ILegendFormat
[C#] public ILegendFormat Format {get; set;}
[C++]
HRESULT get_Format(
ILegendFormat** LegendFormat
);
[C++]
HRESULT putref_Format(
ILegendFormat* LegendFormat
);
[C++] Parameters LegendFormat [out, retval]
LegendFormat is a parameter of type ILegendFormat** LegendFormat [in]
LegendFormat is a parameter of type ILegendFormat*