This document is archived and information here might be outdated. Recommended version. |
The area patch. (Optional. If non-null, this overrides default area patch specified by ILegend.LegendFormat).
[Visual Basic .NET] Public Property AreaPatch As IAreaPatch
[C#] public IAreaPatch AreaPatch {get; set;}
[C++]
HRESULT get_AreaPatch(
IAreaPatch** Shape
);
[C++]
HRESULT put_AreaPatch(
IAreaPatch* Shape
);
[C++] Parameters Shape [out, retval]
Shape is a parameter of type IAreaPatch** Shape [in]
Shape is a parameter of type IAreaPatch*